This commit is contained in:
Bastian 2018-01-16 00:15:34 +01:00
parent 65b5cd682a
commit 6b6c7b5b00
2 changed files with 37 additions and 33 deletions

View File

@ -4,7 +4,10 @@
site_code = 'ffrgb', site_code = 'ffrgb',
opkg = { opkg = {
--[[ old
openwrt = 'http://downloads.openwrt.org/%n/%v/%S/packages', openwrt = 'http://downloads.openwrt.org/%n/%v/%S/packages',
]]
lede = 'http://downloads.lede-project.org/snapshots/packages/%A',
}, },
prefix4 = '10.90.0.0/19', prefix4 = '10.90.0.0/19',
@ -18,6 +21,8 @@
regdom = 'DE', regdom = 'DE',
wifi24 = { wifi24 = {
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
channel = 1, channel = 1,
ap = { ap = {
ssid = 'regensburg.freifunk.net', ssid = 'regensburg.freifunk.net',
@ -52,15 +57,11 @@
mac = '16:41:95:40:f7:dd', mac = '16:41:95:40:f7:dd',
}, },
fastd_mesh_vpn = { mesh_vpn = {
bandwidth_limit = {
enabled = false,
ingress = 12000,
egress = 1200,
},
methods = {'salsa2012+umac'},
configurable = true,
mtu = 1426, mtu = 1426,
fastd = {
configurable = true,
methods = {'salsa2012+umac'},
groups = { groups = {
backbone = { backbone = {
limit = 2, limit = 2,
@ -87,6 +88,12 @@
}, },
}, },
}, },
bandwidth_limit = {
enabled = false,
ingress = 12000,
egress = 1200,
},
},
autoupdater = { autoupdater = {
enabled = 1, enabled = 1,

11
site.mk
View File

@ -10,13 +10,10 @@ GLUON_SITE_PACKAGES := \
gluon-config-mode-contact-info \ gluon-config-mode-contact-info \
gluon-ebtables-filter-multicast \ gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \ gluon-ebtables-filter-ra-dhcp \
gluon-luci-admin \ gluon-web-admin \
gluon-luci-autoupdater \ gluon-web-autoupdater \
gluon-luci-portconfig \ gluon-web-network \
gluon-luci-wifi-config \ gluon-web-wifi-config \
gluon-luci-private-wifi \
gluon-luci-mesh-vpn-fastd \
gluon-next-node \
gluon-mesh-vpn-fastd \ gluon-mesh-vpn-fastd \
gluon-radvd \ gluon-radvd \
gluon-setup-mode \ gluon-setup-mode \