Prepare configuration changes for 2015.2

This commit is contained in:
Jan-Philipp Litza 2015-08-30 22:22:38 +02:00
parent 4b42b6891a
commit cc4d3e4f90
3 changed files with 25 additions and 10 deletions

2
gluon

@ -1 +1 @@
Subproject commit 30677cdc385f44005220ed105619d3a4fa9290ce Subproject commit 4405f39869071ebd28fe5e9988a745534d6b3461

View File

@ -17,20 +17,36 @@
regdom = 'DE', regdom = 'DE',
wifi24 = { wifi24 = {
ssid = 'bremen.freifunk.net',
channel = 6, channel = 6,
htmode = 'HT20', htmode = 'HT20',
mesh_ssid = 'mesh.ffhb.de', ap = {
mesh_bssid = '32:06:1C:1F:B9:E8', ssid = 'bremen.freifunk.net',
mesh_mcast_rate = 6000, },
ibss = {
ssid = 'adhoc.ffhb.de',
bssid = '32:06:1C:1F:B9:E8',
mcast_rate = 6000,
},
mesh = {
id = 'mesh.ffhb.de',
mcast_rate = 6000,
},
}, },
wifi5 = { wifi5 = {
ssid = 'bremen.freifunk.net',
channel = 44, channel = 44,
htmode = 'HT40+', htmode = 'HT40+',
mesh_ssid = 'mesh.ffhb.de', ap = {
mesh_bssid = '32:06:1C:1F:B9:E8', ssid = 'bremen.freifunk.net',
mesh_mcast_rate = 6000, },
ibss = {
ssid = 'adhoc.ffhb.de',
bssid = '32:06:1C:1F:B9:E8',
mcast_rate = 6000,
},
mesh = {
id = 'mesh.ffhb.de',
mcast_rate = 6000,
},
}, },
next_node = { next_node = {

View File

@ -24,7 +24,6 @@ GLUON_SITE_PACKAGES := \
iputils-ping6 \ iputils-ping6 \
iwinfo \ iwinfo \
iptables \ iptables \
kmod-ipt-nathelper \
firewall \ firewall \
haveged haveged