Änderungen für Gluon v2017
parent
c53579a15a
commit
b4d0d9f1e2
26
README.md
26
README.md
|
@ -1,16 +1,28 @@
|
||||||
#### How to build the Freifunk Helgoland Firmware
|
#### Erstellen der Freifunk Helgoland Firmware
|
||||||
|
|
||||||
git clone https://github.com/freifunk-gluon/gluon.git # Get the official Gluon repository
|
Dies sind die Informationen für die experimentelle Version
|
||||||
|
|
||||||
|
git clone https://github.com/freifunk-gluon/gluon.git
|
||||||
cd gluon
|
cd gluon
|
||||||
git clone https://github.com/freifunk-helgoland/site-helgo.git site # Get the Freifunk Helgoland site repository
|
git clone https://git.pinneberg.freifunk.net/thooge/site-helgo.git site
|
||||||
make update # Get other repositories used by Gluon
|
cd site
|
||||||
make # Build Gluon
|
git checkout experimental
|
||||||
|
cd ..
|
||||||
|
make update
|
||||||
|
make GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental
|
||||||
|
|
||||||
Please see [the official Gluon repository](https://github.com/freifunk-gluon/gluon) for an in-depth explanation of the build process.
|
Im [offiziellen Gluon-Repository](https://github.com/freifunk-gluon/gluon)
|
||||||
|
ist der Build-Vorgang detailliert beschrieben.
|
||||||
|
|
||||||
|
Weitere Hinweise sind auch im Pinneberger Wiki unter
|
||||||
|
https://wiki.pinneberg.freifunk.net/firmware
|
||||||
|
zu finden.
|
||||||
|
|
||||||
#### Gluon versions used for specific Helgoland Freifunk Firmware builds
|
#### Gluon-Versionen für Helgoländer Firmware
|
||||||
|
|
||||||
|
- 0.10 v2017.1.8
|
||||||
|
- 0.9.2: v2016.2.x latest commit
|
||||||
|
- 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
|
||||||
- 0.8.2: v2016.2.7 new keys for new infrastructure
|
- 0.8.2: v2016.2.7 new keys for new infrastructure
|
||||||
- 0.8.1: v2016.2.3
|
- 0.8.1: v2016.2.3
|
||||||
|
|
|
@ -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,7 +4,7 @@
|
||||||
site_code = 'helgo',
|
site_code = 'helgo',
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
openwrt = 'http://opkg.services.ffhh/%n/%v/%S/packages',
|
lede = 'http://opkg.services.helgo/%n/%v/%S/packages',
|
||||||
extra = {
|
extra = {
|
||||||
modules = 'http://updates.helgoland.freifunk.net/experimental/modules/gluon-%GS-%GR/%S',
|
modules = 'http://updates.helgoland.freifunk.net/experimental/modules/gluon-%GS-%GR/%S',
|
||||||
},
|
},
|
||||||
|
@ -49,10 +49,11 @@
|
||||||
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,
|
||||||
|
fastd = {
|
||||||
|
methods = {'salsa2012+umac'},
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
limit = 1,
|
limit = 1,
|
||||||
|
@ -68,6 +69,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
bandwidth_limit = {
|
bandwidth_limit = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
ingress = 8192,
|
ingress = 8192,
|
||||||
|
|
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.1+exp$(shell date '+%Y%m%d')
|
DEFAULT_GLUON_RELEASE := 0.10+exp$(shell date '+%Y%m%d')
|
||||||
|
|
||||||
# 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