From 771d2cd23c41e6ef52c21992174c0b4960cae914 Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Sat, 17 Dec 2016 22:47:46 +0100 Subject: [PATCH] add opgk settings and some new values --- site.conf | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 2724cb1..7bdad53 100644 --- a/site.conf +++ b/site.conf @@ -1,5 +1,5 @@ { - hostname_prefix = 'freifunk', + hostname_prefix = 'Bitte ändere mich! ', site_name = 'Freifunk Flensburg', site_code = 'fffl', @@ -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', },