Change default domain, remove obsolete 802.11b bands

This commit is contained in:
Bastian 2019-12-08 00:17:02 +00:00
parent f0ce2d64f5
commit 8bed703d18
1 changed files with 2 additions and 11 deletions

View File

@ -2,13 +2,10 @@
hostname_prefix = '',
site_name = 'Freifunk Regensburg',
site_code = 'ffrgb',
default_domain = 'ffrgb',
default_domain = 'ffrgb_cty',
opkg = {
--[[ old
openwrt = 'http://downloads.openwrt.org/%n/%v/%S/packages',
]]
lede = 'http://downloads.lede-project.org/snapshots/packages/%A',
openwrt = 'http://downloads.openwrt.org/snapshots/packages/%A',
},
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
@ -18,12 +15,6 @@
regdom = 'DE',
wifi24 = {
-- disable 802.11b support:
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
},
mesh_vpn = {
mtu = 1426,
fastd = {