forked from remote/site-ffmuc
Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c9b4097db | ||
|
|
aed8b443c6 | ||
|
|
7f2e8f369f | ||
|
|
d6dfa0e9fd | ||
|
|
52b4bc4289 | ||
|
|
9590d9636e | ||
|
|
b47a2f68ec | ||
|
|
dda8b5b8dc | ||
|
|
52ae9f407b | ||
|
|
77bd955825 | ||
|
|
c8515daac8 | ||
|
|
a9e8748f14 | ||
|
|
7e1e72593f | ||
|
|
54c7ee4053 | ||
|
|
0caf270234 | ||
|
|
3ea1990a14 | ||
|
|
0d7507ab6d | ||
|
|
7ff33f3d44 | ||
|
|
4fd79b52ff | ||
|
|
2973750275 | ||
|
|
f7ef41a3eb | ||
|
|
c3fa483996 | ||
|
|
2cc57e495e | ||
|
|
51d3e91e45 |
@@ -1,12 +1,5 @@
|
|||||||
# Freifunk München Firmware Changelog
|
# Freifunk München Firmware Changelog
|
||||||
|
|
||||||
## v2015.6.2
|
|
||||||
* Bugfix build for welcome version
|
|
||||||
|
|
||||||
## v2015.6.1
|
|
||||||
* Added support of site selection in config mode
|
|
||||||
* Switch autoupdater URL back to main firmware repo path
|
|
||||||
|
|
||||||
## v2015.6
|
## v2015.6
|
||||||
- Updated to Gluon 2015.1.2
|
- Updated to Gluon 2015.1.2
|
||||||
- Changes: https://gluon.readthedocs.org/en/v2015.1.2/releases/v2015.1.2.html
|
- Changes: https://gluon.readthedocs.org/en/v2015.1.2/releases/v2015.1.2.html
|
||||||
|
|||||||
5
Makefile
5
Makefile
@@ -1,13 +1,12 @@
|
|||||||
GLUON_BUILD_DIR := gluon-build
|
GLUON_BUILD_DIR := gluon-build
|
||||||
GLUON_GIT_URL := https://github.com/freifunkMUC/gluon.git
|
GLUON_GIT_URL := https://github.com/freifunkMUC/gluon.git
|
||||||
GLUON_GIT_REF := 4268d32a8d70fa734b2d025972c5caca27705142
|
GLUON_GIT_REF := e05ca52e0359a182b49e0fb44e68f1972aa69016
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
GLUON_TARGETS ?= \
|
GLUON_TARGETS ?= \
|
||||||
ar71xx-generic \
|
ar71xx-generic \
|
||||||
ar71xx-nand \
|
ar71xx-nand \
|
||||||
mpc85xx-generic \
|
|
||||||
x86-generic \
|
x86-generic \
|
||||||
x86-kvm_guest
|
x86-kvm_guest
|
||||||
|
|
||||||
@@ -30,7 +29,7 @@ all: info
|
|||||||
info:
|
info:
|
||||||
@echo
|
@echo
|
||||||
@echo '#########################'
|
@echo '#########################'
|
||||||
@echo '# FFMUC Firmware build'
|
@echo '# FFMUC Firmare build'
|
||||||
@echo '# Building release ${GLUON_RELEASE} for branch ${GLUON_BRANCH}'
|
@echo '# Building release ${GLUON_RELEASE} for branch ${GLUON_BRANCH}'
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
|||||||
155
extra/ffmuc.conf
155
extra/ffmuc.conf
@@ -1,155 +0,0 @@
|
|||||||
{
|
|
||||||
hostname_prefix = '',
|
|
||||||
site_name = 'Freifunk München',
|
|
||||||
site_code = 'ffmuc',
|
|
||||||
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
|
||||||
|
|
||||||
prefix4 = '10.80.32.0/19',
|
|
||||||
prefix6 = 'fdef:ffc0:4fff::/64',
|
|
||||||
|
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
|
||||||
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
|
||||||
|
|
||||||
mesh_on_wan = false,
|
|
||||||
|
|
||||||
regdom = 'DE',
|
|
||||||
|
|
||||||
wifi24 = {
|
|
||||||
ssid = 'muenchen.freifunk.net',
|
|
||||||
channel = 6,
|
|
||||||
htmode = 'HT20',
|
|
||||||
mesh_ssid = 'mesh.ffmuc',
|
|
||||||
mesh_bssid = '02:0E:8E:1E:61:17',
|
|
||||||
mesh_mcast_rate = 12000,
|
|
||||||
},
|
|
||||||
|
|
||||||
wifi5 = {
|
|
||||||
ssid = 'muenchen.freifunk.net',
|
|
||||||
channel = 44,
|
|
||||||
htmode = 'HT40+',
|
|
||||||
mesh_ssid = 'mesh.ffmuc',
|
|
||||||
mesh_bssid = '02:0E:8E:1E:61:17',
|
|
||||||
mesh_mcast_rate = 12000,
|
|
||||||
},
|
|
||||||
|
|
||||||
next_node = {
|
|
||||||
ip4 = '10.80.32.1',
|
|
||||||
ip6 = 'fdef:ffc0:4fff::1',
|
|
||||||
mac = '16:41:95:40:f7:dc',
|
|
||||||
},
|
|
||||||
|
|
||||||
fastd_mesh_vpn = {
|
|
||||||
methods = {'salsa2012+umac'},
|
|
||||||
mtu = 1426,
|
|
||||||
groups = {
|
|
||||||
backbone = {
|
|
||||||
limit = 1,
|
|
||||||
peers = {
|
|
||||||
gw03 = {
|
|
||||||
key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw03.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw03.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw04 = {
|
|
||||||
key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw04.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw04.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw05 = {
|
|
||||||
key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw05.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw05.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw06 = {
|
|
||||||
key = 'd6834aa47a14358d804139630812276b3297e767d159c9cfd13fa6fb638000e0',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw06.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw06.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw07 = {
|
|
||||||
key = '77b5f5189c360b245e1c934941468cc9cf57f0646465be5765593a95e54449d6',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw07.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw07.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw08 = {
|
|
||||||
key = 'e476fb3a72365b550a23b587c0962eed362ed0c237175552b3261d22daaa2055',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw08.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw08.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw09 = {
|
|
||||||
key = 'b86f436c9bb13b308dc92c3889fd468c46679d9df0bf4892244372ab415694d0',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw09.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw09.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw10 = {
|
|
||||||
key = 'c04358d4818ec108fa4715e4517300cb2d0fa848dfa872770c4b8487d525e8bf',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gw10.ffmuc.net" port 10000',
|
|
||||||
'ipv4 "gw10.freifunk-muenchen.de" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
autoupdater = {
|
|
||||||
enabled = 1,
|
|
||||||
branch = 'stable',
|
|
||||||
branches = {
|
|
||||||
stable = {
|
|
||||||
name = 'stable',
|
|
||||||
mirrors = {
|
|
||||||
'http://firmware.ffmuc.net/stable/sysupgrade/',
|
|
||||||
'http://[fdef:ffc0:4fff::130]/stable/sysupgrade/',
|
|
||||||
},
|
|
||||||
probability = 0.1,
|
|
||||||
good_signatures = 2,
|
|
||||||
pubkeys = {
|
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
||||||
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
experimental = {
|
|
||||||
name = 'experimental',
|
|
||||||
mirrors = {
|
|
||||||
'http://firmware.ffmuc.net/experimental/sysupgrade/',
|
|
||||||
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
|
|
||||||
},
|
|
||||||
probability = 0.5,
|
|
||||||
good_signatures = 2,
|
|
||||||
pubkeys = {
|
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
||||||
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
simple_tc = {
|
|
||||||
mesh_vpn = {
|
|
||||||
ifname = 'mesh-vpn',
|
|
||||||
enabled = false,
|
|
||||||
limit_egress = 1200,
|
|
||||||
limit_ingress = 12000,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
-- vim: set ft=lua:ts=2:sw=2:et
|
|
||||||
@@ -1,134 +0,0 @@
|
|||||||
{
|
|
||||||
hostname_prefix = '',
|
|
||||||
site_name = 'Freifunk München Umland',
|
|
||||||
site_code = 'ffmuc_umland',
|
|
||||||
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
|
||||||
|
|
||||||
prefix4 = '10.80.96.0/19',
|
|
||||||
prefix6 = 'fdef:ffc0:4fff:2::/64',
|
|
||||||
|
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
|
||||||
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
|
||||||
|
|
||||||
mesh_on_wan = false,
|
|
||||||
|
|
||||||
regdom = 'DE',
|
|
||||||
|
|
||||||
wifi24 = {
|
|
||||||
ssid = 'muenchen.freifunk.net',
|
|
||||||
channel = 6,
|
|
||||||
htmode = 'HT20',
|
|
||||||
mesh_ssid = 'mesh.ffmuc.umland',
|
|
||||||
mesh_bssid = '02:0E:8E:1E:61:19',
|
|
||||||
mesh_mcast_rate = 12000,
|
|
||||||
},
|
|
||||||
|
|
||||||
wifi5 = {
|
|
||||||
ssid = 'muenchen.freifunk.net',
|
|
||||||
channel = 44,
|
|
||||||
htmode = 'HT40+',
|
|
||||||
mesh_ssid = 'mesh.ffmuc.umland',
|
|
||||||
mesh_bssid = '02:0E:8E:1E:61:19',
|
|
||||||
mesh_mcast_rate = 12000,
|
|
||||||
},
|
|
||||||
|
|
||||||
next_node = {
|
|
||||||
ip4 = '10.80.96.1',
|
|
||||||
ip6 = 'fdef:ffc0:4fff:2::1',
|
|
||||||
mac = '16:41:95:40:f7:dc',
|
|
||||||
},
|
|
||||||
|
|
||||||
fastd_mesh_vpn = {
|
|
||||||
methods = {'salsa2012+umac'},
|
|
||||||
mtu = 1426,
|
|
||||||
groups = {
|
|
||||||
backbone = {
|
|
||||||
limit = 1,
|
|
||||||
peers = {
|
|
||||||
gwu01 = {
|
|
||||||
key = '70299e3a589522a89306732fdfe43f35d9af083e4db322d87be52cf45c89771b',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwu01.ffmuc.net" port 10010',
|
|
||||||
'ipv4 "gwu01.freifunk-muenchen.de" port 10010',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwu02 = {
|
|
||||||
key = '32765d3337be727de5840930a221962a59cf5529ae6c1d3753e58ad460e510a5',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwu02.ffmuc.net" port 10011',
|
|
||||||
'ipv4 "gwu02.freifunk-muenchen.de" port 10011',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwu03 = {
|
|
||||||
key = '61fe3197ed7e934284adc2571523104d8e5391db2427dca9528f0d34bb60a522',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwu03.ffmuc.net" port 10012',
|
|
||||||
'ipv4 "gwu03.freifunk-muenchen.de" port 10012',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwu04 = {
|
|
||||||
key = '443898162e1e9ec09da0904d72d8145026f4452a4b1e880a07dc6699418c69d1',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwu04.ffmuc.net" port 10013',
|
|
||||||
'ipv4 "gwu04.freifunk-muenchen.de" port 10013',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwu05 = {
|
|
||||||
key = 'b6de9fec8569b1fcdea8e7c45224ec30513d24e01af71148c6d640b5df471950',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwu05.ffmuc.net" port 10014',
|
|
||||||
'ipv4 "gwu05.freifunk-muenchen.de" port 10014',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
autoupdater = {
|
|
||||||
enabled = 1,
|
|
||||||
branch = 'stable',
|
|
||||||
branches = {
|
|
||||||
stable = {
|
|
||||||
name = 'stable',
|
|
||||||
mirrors = {
|
|
||||||
'http://firmware.ffmuc.net/stable/sysupgrade/',
|
|
||||||
'http://[fdef:ffc0:4fff::130]/stable/sysupgrade/',
|
|
||||||
},
|
|
||||||
probability = 0.1,
|
|
||||||
good_signatures = 2,
|
|
||||||
pubkeys = {
|
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
||||||
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
experimental = {
|
|
||||||
name = 'experimental',
|
|
||||||
mirrors = {
|
|
||||||
'http://firmware.ffmuc.net/experimental/sysupgrade/',
|
|
||||||
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
|
|
||||||
},
|
|
||||||
probability = 0.5,
|
|
||||||
good_signatures = 2,
|
|
||||||
pubkeys = {
|
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
||||||
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
simple_tc = {
|
|
||||||
mesh_vpn = {
|
|
||||||
ifname = 'mesh-vpn',
|
|
||||||
enabled = false,
|
|
||||||
limit_egress = 1200,
|
|
||||||
limit_ingress = 12000,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
-- vim: set ft=lua:ts=2:sw=2:et
|
|
||||||
@@ -1,127 +0,0 @@
|
|||||||
{
|
|
||||||
hostname_prefix = 'welcome',
|
|
||||||
site_name = 'Freifunk München Welcome',
|
|
||||||
site_code = 'ffmuc_welcome',
|
|
||||||
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
|
||||||
|
|
||||||
prefix4 = '10.80.64.0/19',
|
|
||||||
prefix6 = 'fdef:ffc0:4fff:1::/64',
|
|
||||||
|
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
|
||||||
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
|
||||||
|
|
||||||
mesh_on_wan = false,
|
|
||||||
|
|
||||||
regdom = 'DE',
|
|
||||||
|
|
||||||
wifi24 = {
|
|
||||||
ssid = 'muenchen.freifunk.net',
|
|
||||||
channel = 6,
|
|
||||||
htmode = 'HT20',
|
|
||||||
mesh_ssid = 'mesh.ffmuc.welcome',
|
|
||||||
mesh_bssid = '02:0E:8E:1E:61:18',
|
|
||||||
mesh_mcast_rate = 12000,
|
|
||||||
},
|
|
||||||
|
|
||||||
wifi5 = {
|
|
||||||
ssid = 'muenchen.freifunk.net',
|
|
||||||
channel = 44,
|
|
||||||
htmode = 'HT40+',
|
|
||||||
mesh_ssid = 'mesh.ffmuc.welcome',
|
|
||||||
mesh_bssid = '02:0E:8E:1E:61:18',
|
|
||||||
mesh_mcast_rate = 12000,
|
|
||||||
},
|
|
||||||
|
|
||||||
next_node = {
|
|
||||||
ip4 = '10.80.64.1',
|
|
||||||
ip6 = 'fdef:ffc0:4fff:1::1',
|
|
||||||
mac = '16:41:95:40:f7:dc',
|
|
||||||
},
|
|
||||||
|
|
||||||
fastd_mesh_vpn = {
|
|
||||||
methods = {'salsa2012+umac'},
|
|
||||||
mtu = 1426,
|
|
||||||
groups = {
|
|
||||||
backbone = {
|
|
||||||
limit = 1,
|
|
||||||
peers = {
|
|
||||||
gwf01 = {
|
|
||||||
key = '89951ed50d591c0a4682ae50cb38806efe44dd736ba91ef64c9ef06b20ec186e',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwf01.ffmuc.net" port 11000',
|
|
||||||
'ipv4 "gwf01.freifunk-muenchen.de" port 11000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwf02 = {
|
|
||||||
key = 'e255f2671c56f28a65173719be61939e5d48518eaa4da0d19283fd5395908e35',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwf02.ffmuc.net" port 11000',
|
|
||||||
'ipv4 "gwf02.freifunk-muenchen.de" port 11001',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwf03 = {
|
|
||||||
key = 'bf16080ab05a4416285638208e6f17055ea8f92cfd496c61eee1f1160cf6d386',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwf03.ffmuc.net" port 11000',
|
|
||||||
'ipv4 "gwf03.freifunk-muenchen.de" port 11002',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwf04 = {
|
|
||||||
key = '421a2c8e78f86d08fa7c8c7660b0dc073640ff365acb308ab92155c33488c539',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwf04.ffmuc.net" port 11000',
|
|
||||||
'ipv4 "gwf04.freifunk-muenchen.de" port 11003',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
autoupdater = {
|
|
||||||
enabled = 1,
|
|
||||||
branch = 'stable',
|
|
||||||
branches = {
|
|
||||||
stable = {
|
|
||||||
name = 'stable',
|
|
||||||
mirrors = {
|
|
||||||
'http://firmware.ffmuc.net/stable/sysupgrade/',
|
|
||||||
'http://[fdef:ffc0:4fff::130]/stable/sysupgrade/',
|
|
||||||
},
|
|
||||||
probability = 0.1,
|
|
||||||
good_signatures = 2,
|
|
||||||
pubkeys = {
|
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
||||||
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
experimental = {
|
|
||||||
name = 'experimental',
|
|
||||||
mirrors = {
|
|
||||||
'http://firmware.ffmuc.net/experimental/sysupgrade/',
|
|
||||||
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
|
|
||||||
},
|
|
||||||
probability = 0.5,
|
|
||||||
good_signatures = 2,
|
|
||||||
pubkeys = {
|
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
||||||
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
simple_tc = {
|
|
||||||
mesh_vpn = {
|
|
||||||
ifname = 'mesh-vpn',
|
|
||||||
enabled = false,
|
|
||||||
limit_egress = 1200,
|
|
||||||
limit_ingress = 12000,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
-- vim: set ft=lua:ts=2:sw=2:et
|
|
||||||
@@ -24,9 +24,9 @@ msgstr ""
|
|||||||
"<p>Dein Knoten startet gerade neu und wird anschließend versuchen, sich "
|
"<p>Dein Knoten startet gerade neu und wird anschließend versuchen, sich "
|
||||||
"mit anderen Freifunk-Knoten in seiner Nähe zu verbinden. Weitere "
|
"mit anderen Freifunk-Knoten in seiner Nähe zu verbinden. Weitere "
|
||||||
"Informationen zur Münchner Freifunk-Community findest du auf "
|
"Informationen zur Münchner Freifunk-Community findest du auf "
|
||||||
"<a href=\"https://ffmuc.net/\">unserer Webseite</a>. Wenn "
|
"<a href=\"http://freifunk-muenchen.de/\">unserer Webseite</a>. Wenn "
|
||||||
"alles geklappt hat, wirst du in ein paar Minuten unter "
|
"alles geklappt hat, wirst du in ein paar Minuten unter "
|
||||||
"<a href=\"https://ffmuc.net/map/\">ffmuc.net/map/</a> "
|
"<a href=\"http://map.freifunk-muenchen.de\">map.freifunk-muenchen.de</a> "
|
||||||
"deinen Knoten finden.</p> "
|
"deinen Knoten finden.</p> "
|
||||||
"<p>Um zu dieser Konfigurationsseite zurückzugelangen, drücke im normalen "
|
"<p>Um zu dieser Konfigurationsseite zurückzugelangen, drücke im normalen "
|
||||||
"Betrieb für drei Sekunden den Reset-Button. Das Gerät wird dann im Config "
|
"Betrieb für drei Sekunden den Reset-Button. Das Gerät wird dann im Config "
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ msgid "gluon-config-mode:reboot"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"<p>Your node is currently rebooting and will try to connect to other "
|
"<p>Your node is currently rebooting and will try to connect to other "
|
||||||
"nearby Freifunk nodes. It should appear on our map at "
|
"nearby Freifunk nodes. It should appear on our map at "
|
||||||
"<a href=\"https://ffmuc.net/map/\">ffmuc.net/map/</a> "
|
"<a href=\"http://map.freifunk-muenchen.de\">map.freifunk-muenchen.de</a> "
|
||||||
"in a few minutes.</p> "
|
"in a few minutes.</p> "
|
||||||
"<p>To get back to this configuration interface, press the reset button for "
|
"<p>To get back to this configuration interface, press the reset button for "
|
||||||
"3 seconds during normal operation. The device will then reboot into config "
|
"3 seconds during normal operation. The device will then reboot into config "
|
||||||
|
|||||||
2
modules
2
modules
@@ -1,4 +1,4 @@
|
|||||||
GLUON_SITE_FEEDS='ffmuc_packages'
|
GLUON_SITE_FEEDS='ffmuc_packages'
|
||||||
|
|
||||||
PACKAGES_FFMUC_PACKAGES_REPO=https://github.com/freifunkMUC/gluon-packages.git
|
PACKAGES_FFMUC_PACKAGES_REPO=https://github.com/freifunkMUC/gluon-packages.git
|
||||||
PACKAGES_FFMUC_PACKAGES_COMMIT=985bfad86005c7a9f754ddc8432d88641d8183b3
|
PACKAGES_FFMUC_PACKAGES_COMMIT=82e721ad5d7c9eca8728954cfa1ab1d5b9168487
|
||||||
|
|||||||
88
site.conf
88
site.conf
@@ -1,11 +1,10 @@
|
|||||||
{
|
{
|
||||||
hostname_prefix = 'welcome',
|
hostname_prefix = '',
|
||||||
site_name = 'Freifunk München Welcome',
|
site_name = 'Freifunk München',
|
||||||
site_code = 'ffmuc_welcome',
|
site_code = 'ffmuc-babel',
|
||||||
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
|
||||||
|
|
||||||
prefix4 = '10.80.64.0/19',
|
prefix4 = '10.80.0.0/16',
|
||||||
prefix6 = 'fdef:ffc0:4fff:1::/64',
|
prefix6 = 'fdef:ffc0:4fff::/64',
|
||||||
|
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
||||||
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
||||||
@@ -15,26 +14,46 @@
|
|||||||
regdom = 'DE',
|
regdom = 'DE',
|
||||||
|
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
ssid = 'muenchen.freifunk.net',
|
channel = 11,
|
||||||
channel = 6,
|
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
mesh_ssid = 'mesh.ffmuc.welcome',
|
ap = {
|
||||||
mesh_bssid = '02:0E:8E:1E:61:18',
|
ssid = 'babel.muenchen.freifunk.net',
|
||||||
mesh_mcast_rate = 12000,
|
},
|
||||||
|
mesh = {
|
||||||
|
id = 'ffmuc-mesh-babel',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
|
ibss = {
|
||||||
|
ssid = 'mesh.ffmuc.babel',
|
||||||
|
bssid = '02:0E:8E:1E:61:10',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
wifi5 = {
|
wifi5 = {
|
||||||
ssid = 'muenchen.freifunk.net',
|
|
||||||
channel = 44,
|
channel = 44,
|
||||||
htmode = 'HT40+',
|
htmode = 'HT40+',
|
||||||
mesh_ssid = 'mesh.ffmuc.welcome',
|
ap = {
|
||||||
mesh_bssid = '02:0E:8E:1E:61:18',
|
ssid = 'babel.muenchen.freifunk.net',
|
||||||
mesh_mcast_rate = 12000,
|
},
|
||||||
|
mesh = {
|
||||||
|
id = 'ffmuc-mesh-babel',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
|
ibss = {
|
||||||
|
ssid = 'mesh.ffmuc.babel',
|
||||||
|
bssid = '02:0E:8E:1E:61:10',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
babel_mesh = {
|
||||||
|
prefix = 'fdef:ffc0:4fff:ffff::/64',
|
||||||
},
|
},
|
||||||
|
|
||||||
next_node = {
|
next_node = {
|
||||||
ip4 = '10.80.64.1',
|
ip4 = '10.80.0.1',
|
||||||
ip6 = 'fdef:ffc0:4fff:1::1',
|
ip6 = 'fdef:ffc0:4fff::1',
|
||||||
mac = '16:41:95:40:f7:dc',
|
mac = '16:41:95:40:f7:dc',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -45,32 +64,10 @@
|
|||||||
backbone = {
|
backbone = {
|
||||||
limit = 1,
|
limit = 1,
|
||||||
peers = {
|
peers = {
|
||||||
gwf01 = {
|
gw_test = { --[[ fpletz ]]
|
||||||
key = '89951ed50d591c0a4682ae50cb38806efe44dd736ba91ef64c9ef06b20ec186e',
|
key = '23280df37b96cb587a3eeeb51c806bceeb627b8d063bb7dcc5492f4c9e3af356',
|
||||||
remotes = {
|
remotes = {
|
||||||
'ipv4 "gwf01.ffmuc.net" port 11000',
|
'ipv4 "hermes.bpletza.de" port 16000',
|
||||||
'ipv4 "gwf01.freifunk-muenchen.de" port 11000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwf02 = {
|
|
||||||
key = 'e255f2671c56f28a65173719be61939e5d48518eaa4da0d19283fd5395908e35',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwf02.ffmuc.net" port 11000',
|
|
||||||
'ipv4 "gwf02.freifunk-muenchen.de" port 11001',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwf03 = {
|
|
||||||
key = 'bf16080ab05a4416285638208e6f17055ea8f92cfd496c61eee1f1160cf6d386',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwf03.ffmuc.net" port 11000',
|
|
||||||
'ipv4 "gwf03.freifunk-muenchen.de" port 11002',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gwf04 = {
|
|
||||||
key = '421a2c8e78f86d08fa7c8c7660b0dc073640ff365acb308ab92155c33488c539',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "gwf04.ffmuc.net" port 11000',
|
|
||||||
'ipv4 "gwf04.freifunk-muenchen.de" port 11003',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -79,7 +76,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
enabled = 1,
|
enabled = 0,
|
||||||
branch = 'stable',
|
branch = 'stable',
|
||||||
branches = {
|
branches = {
|
||||||
stable = {
|
stable = {
|
||||||
@@ -104,11 +101,8 @@
|
|||||||
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
|
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
|
||||||
},
|
},
|
||||||
probability = 0.5,
|
probability = 0.5,
|
||||||
good_signatures = 2,
|
good_signatures = 1,
|
||||||
pubkeys = {
|
pubkeys = {
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
||||||
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
10
site.mk
10
site.mk
@@ -1,6 +1,5 @@
|
|||||||
GLUON_SITE_PACKAGES := \
|
GLUON_SITE_PACKAGES := \
|
||||||
gluon-mesh-batman-adv-15 \
|
gluon-mesh-babel \
|
||||||
gluon-alfred \
|
|
||||||
gluon-announced \
|
gluon-announced \
|
||||||
gluon-autoupdater \
|
gluon-autoupdater \
|
||||||
gluon-config-mode-core \
|
gluon-config-mode-core \
|
||||||
@@ -9,9 +8,6 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-config-mode-mesh-vpn \
|
gluon-config-mode-mesh-vpn \
|
||||||
gluon-config-mode-geo-location \
|
gluon-config-mode-geo-location \
|
||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
gluon-config-mode-site-select \
|
|
||||||
gluon-ebtables-filter-multicast \
|
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
|
||||||
gluon-luci-admin \
|
gluon-luci-admin \
|
||||||
gluon-luci-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
gluon-luci-portconfig \
|
gluon-luci-portconfig \
|
||||||
@@ -24,9 +20,7 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-status-page \
|
gluon-status-page \
|
||||||
iwinfo \
|
iwinfo \
|
||||||
iptables \
|
iptables \
|
||||||
haveged \
|
haveged
|
||||||
gluon-ebtables-filter-arp-ffmuc \
|
|
||||||
gluon-ebtables-filter-multicast-ffmuc
|
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d')
|
DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d')
|
||||||
|
|||||||
Reference in New Issue
Block a user