Änderungen für Gluon v2017
parent
d469752a24
commit
f469b532d6
|
@ -15,6 +15,7 @@ zu finden.
|
||||||
|
|
||||||
#### Gluon-Versionen für Helgoländer Firmware
|
#### Gluon-Versionen für Helgoländer Firmware
|
||||||
|
|
||||||
|
- 0.10: v2017.1.8
|
||||||
- 0.9.2: v2016.2.x latest commit
|
- 0.9.2: v2016.2.x latest commit
|
||||||
- 0.9.1: v2016.2.7
|
- 0.9.1: v2016.2.7
|
||||||
- 0.9: v2016.2.7 with batman_adv compat v15
|
- 0.9: v2016.2.7 with batman_adv compat v15
|
||||||
|
|
|
@ -27,7 +27,7 @@ msgstr ""
|
||||||
"kann sich dein Knoten mit dem Helgoländer Mesh-VPN verbinden. "
|
"kann sich dein Knoten mit dem Helgoländer Mesh-VPN verbinden. "
|
||||||
"Bitte übermittle den Schlüssel an die Administration der Helgoländer Community. "
|
"Bitte übermittle den Schlüssel an die Administration der Helgoländer Community. "
|
||||||
"<div class=\"the-key\">"
|
"<div class=\"the-key\">"
|
||||||
" # <%= escape(hostname) %>"
|
" # <%= pcdata(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
|
|
@ -26,7 +26,7 @@ msgstr ""
|
||||||
"the Freifunk Helgoland servers. "
|
"the Freifunk Helgoland servers. "
|
||||||
"Please transfer your key to the administration of our community. "
|
"Please transfer your key to the administration of our community. "
|
||||||
"<div class=\"the-key\">"
|
"<div class=\"the-key\">"
|
||||||
" # <%= escape(hostname) %>"
|
" # <%= pcdata(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
|
4
modules
4
modules
|
@ -1,4 +0,0 @@
|
||||||
GLUON_SITE_FEEDS='helgo_packages'
|
|
||||||
|
|
||||||
PACKAGES_HELGO_PACKAGES_REPO=git://github.com/freifunk-helgoland/helgo-packages.git
|
|
||||||
PACKAGES_HELGO_PACKAGES_COMMIT=241a9ba370c086ab27b030d6f4a7bda886859d2c
|
|
30
site.conf
30
site.conf
|
@ -4,7 +4,7 @@
|
||||||
site_code = 'helgo',
|
site_code = 'helgo',
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
openwrt = 'http://opkg.services.helgo/%n/%v/%S/packages',
|
lede = 'http://opkg.services.helgo/%n/%v/%S/packages',
|
||||||
extra = {
|
extra = {
|
||||||
modules = 'http://updates.helgoland.freifunk.net/stable/modules/gluon-%GS-%GR/%S',
|
modules = 'http://updates.helgoland.freifunk.net/stable/modules/gluon-%GS-%GR/%S',
|
||||||
},
|
},
|
||||||
|
@ -49,21 +49,23 @@
|
||||||
mac = '16:41:95:40:f7:dc',
|
mac = '16:41:95:40:f7:dc',
|
||||||
},
|
},
|
||||||
|
|
||||||
fastd_mesh_vpn = {
|
mesh_vpn = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
methods = {'salsa2012+umac'},
|
|
||||||
mtu = 1406,
|
mtu = 1406,
|
||||||
groups = {
|
fastd = {
|
||||||
backbone = {
|
methods = {'salsa2012+umac'},
|
||||||
limit = 1,
|
groups = {
|
||||||
peers = {
|
backbone = {
|
||||||
gw02 = {
|
limit = 1,
|
||||||
key = '49fed2d52d01e35be758158bdbaa6ca52365c9c847da050cb5f3c67fe32a9d7c',
|
peers = {
|
||||||
remotes = {'"gw02.helgoland.freifunk.net" port 10000'},
|
gw02 = {
|
||||||
},
|
key = '49fed2d52d01e35be758158bdbaa6ca52365c9c847da050cb5f3c67fe32a9d7c',
|
||||||
gw03 = {
|
remotes = {'"gw02.helgoland.freifunk.net" port 10000'},
|
||||||
key = '73986bd367e8f276c08126e6595448c9b1976dfc61151ae9a399677cca11ac25',
|
},
|
||||||
remotes = {'"gw03.helgoland.freifunk.net" port 10000'},
|
gw03 = {
|
||||||
|
key = '73986bd367e8f276c08126e6595448c9b1976dfc61151ae9a399677cca11ac25',
|
||||||
|
remotes = {'"gw03.helgoland.freifunk.net" port 10000'},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
15
site.mk
15
site.mk
|
@ -11,13 +11,12 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-ebtables-filter-multicast \
|
gluon-ebtables-filter-multicast \
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
gluon-ebtables-filter-ra-dhcp \
|
||||||
gluon-ebtables-segment-mld \
|
gluon-ebtables-segment-mld \
|
||||||
gluon-luci-admin \
|
gluon-web-admin \
|
||||||
gluon-luci-autoupdater \
|
gluon-web-autoupdater \
|
||||||
gluon-luci-portconfig \
|
gluon-web-network \
|
||||||
gluon-luci-private-wifi \
|
gluon-web-private-wifi \
|
||||||
gluon-luci-wifi-config \
|
gluon-web-wifi-config \
|
||||||
gluon-luci-node-role \
|
gluon-web-node-role \
|
||||||
gluon-next-node \
|
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-respondd \
|
gluon-respondd \
|
||||||
|
@ -27,7 +26,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
iptables \
|
iptables \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := 0.9.2
|
DEFAULT_GLUON_RELEASE := 0.10
|
||||||
|
|
||||||
# Allow overriding the release number from the command line
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|
Loading…
Reference in New Issue