Compare commits

...

5 commits

Author SHA1 Message Date
bdobe
09df081aaa Release v0.7.1 2015-10-30 21:45:01 +01:00
bdobe
c34140504b Add package fastd-traffic-status 2015-10-12 22:04:14 +02:00
bdobe
38456c8b19 Add package gluon-ebtables-filter-multicast-ffhh 2015-10-04 22:03:35 +02:00
bdobe
127956a1ba Change VPN mtu to 1280 2015-10-03 17:38:12 +02:00
bdobe
2c4d21b366 Update Branch v0.7.x 2015-10-03 17:24:21 +02:00
4 changed files with 14 additions and 11 deletions

View file

@ -11,6 +11,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
- 0.7.1: v2015.1.2
- 0.7: v2015.1
- 0.6: v2014.4
- 0.5: v2014.3

View file

@ -1,4 +1,4 @@
GLUON_SITE_FEEDS='ffhh_packages'
PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git
PACKAGES_FFHH_PACKAGES_COMMIT=818765060bc76a109dde1558513fd086e5973ef1
PACKAGES_FFHH_PACKAGES_COMMIT=0a70ceb1c636a5a21ce47e39513031e3794daea2

View file

@ -38,22 +38,22 @@
fastd_mesh_vpn = {
enabled = true,
methods = {'salsa2012+umac'},
mtu = 1406,
mtu = 1280,
groups = {
backbone = {
limit = 1,
peers = {
gateway01 = {
key = 'cb09c68e2d2f7d374d47035cd532e0a60b8b3a7447aa5a7f76f4f15c8ffa9e58',
remotes = {'"gw01.hamburg.freifunk.net" port 10000'},
remotes = {'"gw01.hamburg.freifunk.net" port 10001'},
},
gateway02 = {
key = '462b4e21ab5eb0f9de687efd97252880c895ba55cc9cc0755a75347b0965b6e0',
remotes = {'"gw02.hamburg.freifunk.net" port 10000'},
remotes = {'"gw02.hamburg.freifunk.net" port 10001'},
},
gateway03 = {
key = 'e15295b86138ac490d611e4100f847ccfb7052d5091ded4659f25940be2c0546',
remotes = {'"gw03.hamburg.freifunk.net" port 10000'},
remotes = {'"gw03.hamburg.freifunk.net" port 10001'},
},
gateway04 = {
key = 'fca88dd58316f4ab50d2a697123dddf4d0ba3aad52ddeb0ba7835cdbbeb60dbf',

View file

@ -9,6 +9,7 @@ GLUON_SITE_PACKAGES := \
gluon-config-mode-mesh-vpn \
gluon-config-mode-reboot-ffhh \
gluon-ebtables-filter-multicast \
gluon-ebtables-filter-multicast-ffhh \
gluon-ebtables-filter-ra-dhcp \
gluon-legacy \
gluon-luci-admin \
@ -20,12 +21,13 @@ GLUON_SITE_PACKAGES := \
gluon-radvd \
gluon-setup-mode \
gluon-status-page \
fastd-traffic-status \
iwinfo \
iptables \
haveged
DEFAULT_GLUON_RELEASE := 0.7
DEFAULT_GLUON_RELEASE := 0.7.1
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)