Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add opgk settings and some new values #15

Open
wants to merge 1 commit into
base: 2016.x_11s
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion site.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
hostname_prefix = 'freifunk',
hostname_prefix = 'Bitte ändere mich! ',
site_name = 'Freifunk Flensburg',
site_code = 'fffl',

Expand All @@ -12,10 +12,30 @@
ntp_servers = {'ntp.mesh.freifunk-flensburg.de', 'ntp.fffl'},
regdom = 'DE',

config_mode = {
-- Show/hide the altitude field
geo_location = {
show_altitude = true,
},
-- define if the contact field is obligatory (optional)
owner = {
obligatory = true
},
},

opkg = {
openwrt = 'http://opkg.services.fffl/%n/%v/%S/packages',
extra = {
modules = 'http://opkg.services.fffl/modules/gluon-%GS-%GR/%S',
},
},

wifi24 = {
channel = 1,
htmode = 'HT20',
--disables 802.11b rates
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
ap ={
ssid = 'flensburg.freifunk.net',
},
Expand Down