Compare commits
No commits in common. "master" and "v0.9.2" have entirely different histories.
|
@ -4,7 +4,7 @@
|
||||||
cd gluon
|
cd gluon
|
||||||
git clone https://git.pinneberg.freifunk.net/thooge/site-helgo.git site
|
git clone https://git.pinneberg.freifunk.net/thooge/site-helgo.git site
|
||||||
make update
|
make update
|
||||||
make GLUON_TARGET=ar71xx-generic GLUON_BRANCH=stable
|
make
|
||||||
|
|
||||||
Im [offiziellen Gluon-Repository](https://github.com/freifunk-gluon/gluon)
|
Im [offiziellen Gluon-Repository](https://github.com/freifunk-gluon/gluon)
|
||||||
ist der Build-Vorgang detailliert beschrieben.
|
ist der Build-Vorgang detailliert beschrieben.
|
||||||
|
@ -15,7 +15,6 @@ 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\">"
|
||||||
" # <%= pcdata(hostname) %>"
|
" # <%= escape(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\">"
|
||||||
" # <%= pcdata(hostname) %>"
|
" # <%= escape(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
GLUON_SITE_FEEDS='helgo_packages'
|
||||||
|
|
||||||
|
PACKAGES_HELGO_PACKAGES_REPO=git://github.com/freifunk-helgoland/helgo-packages.git
|
||||||
|
PACKAGES_HELGO_PACKAGES_COMMIT=241a9ba370c086ab27b030d6f4a7bda886859d2c
|
15
site.conf
15
site.conf
|
@ -2,7 +2,6 @@
|
||||||
hostname_prefix = 'helgo-',
|
hostname_prefix = 'helgo-',
|
||||||
site_name = 'Freifunk Helgoland',
|
site_name = 'Freifunk Helgoland',
|
||||||
site_code = 'helgo',
|
site_code = 'helgo',
|
||||||
domain_seed = '34e135f273207a8085e4f08e4ac7d0e65302d9780f26b1640d66542d9e0d6323',
|
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
openwrt = 'http://opkg.services.helgo/%n/%v/%S/packages',
|
openwrt = 'http://opkg.services.helgo/%n/%v/%S/packages',
|
||||||
|
@ -50,19 +49,10 @@
|
||||||
mac = '16:41:95:40:f7:dc',
|
mac = '16:41:95:40:f7:dc',
|
||||||
},
|
},
|
||||||
|
|
||||||
mesh = {
|
fastd_mesh_vpn = {
|
||||||
vxlan = false,
|
|
||||||
batman_adv = {
|
|
||||||
gw_sel_class = 20,
|
|
||||||
routing_algo = 'BATMAN_IV',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
mesh_vpn = {
|
|
||||||
enabled = true,
|
enabled = true,
|
||||||
mtu = 1406,
|
|
||||||
fastd = {
|
|
||||||
methods = {'salsa2012+umac'},
|
methods = {'salsa2012+umac'},
|
||||||
|
mtu = 1406,
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
limit = 1,
|
limit = 1,
|
||||||
|
@ -78,7 +68,6 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
bandwidth_limit = {
|
bandwidth_limit = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
ingress = 8192,
|
ingress = 8192,
|
||||||
|
|
23
site.mk
23
site.mk
|
@ -4,36 +4,39 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-autoupdater \
|
gluon-autoupdater \
|
||||||
gluon-config-mode-autoupdater \
|
gluon-config-mode-autoupdater \
|
||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
|
gluon-config-mode-core \
|
||||||
gluon-config-mode-geo-location \
|
gluon-config-mode-geo-location \
|
||||||
gluon-config-mode-hostname \
|
gluon-config-mode-hostname \
|
||||||
gluon-config-mode-mesh-vpn \
|
gluon-config-mode-mesh-vpn \
|
||||||
gluon-ebtables-filter-multicast \
|
gluon-ebtables-filter-multicast \
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
gluon-ebtables-filter-ra-dhcp \
|
||||||
gluon-ebtables-limit-arp \
|
gluon-ebtables-segment-mld \
|
||||||
gluon-web-admin \
|
gluon-luci-admin \
|
||||||
gluon-web-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
gluon-web-network \
|
gluon-luci-portconfig \
|
||||||
gluon-web-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
gluon-web-wifi-config \
|
gluon-luci-wifi-config \
|
||||||
gluon-web-node-role \
|
gluon-luci-node-role \
|
||||||
|
gluon-next-node \
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-respondd \
|
gluon-respondd \
|
||||||
|
gluon-setup-mode \
|
||||||
gluon-status-page \
|
gluon-status-page \
|
||||||
iwinfo \
|
iwinfo \
|
||||||
iptables \
|
iptables \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := 0.11
|
DEFAULT_GLUON_RELEASE := 0.9.2
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
||||||
GLUON_PRIORITY ?= 2
|
GLUON_PRIORITY ?= 0
|
||||||
|
|
||||||
# Region code required for some images; supported values: us eu
|
# Region code required for some images; supported values: us eu
|
||||||
GLUON_REGION ?= eu
|
GLUON_REGION ?= eu
|
||||||
|
|
||||||
GLUON_WLAN_MESH ?= 11s
|
GLUON_ATH10K_MESH ?= 11s
|
||||||
|
|
||||||
GLUON_LANGS ?= en de
|
GLUON_LANGS ?= en de
|
||||||
|
|
Loading…
Reference in New Issue