forked from remote/site-ffmuc
Compare commits
4 Commits
new_builds
...
babel-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40d6c5511b | ||
|
|
4696b34bcc | ||
|
|
9a918325ec | ||
|
|
ab22e2d78c |
@@ -11,12 +11,14 @@
|
|||||||
- https://gluon.readthedocs.org/en/v2016.1.5/releases/v2016.1.5.html
|
- https://gluon.readthedocs.org/en/v2016.1.5/releases/v2016.1.5.html
|
||||||
- mesh_no_rebroadcast for mesh-on-wan (8b66da95f1887fc6068a6e9d6b6494c2ff4d2fb4)
|
- mesh_no_rebroadcast for mesh-on-wan (8b66da95f1887fc6068a6e9d6b6494c2ff4d2fb4)
|
||||||
- preserve wifi channels feature (76a77902e3624167e81ca6e200519468bb66d5f7)
|
- preserve wifi channels feature (76a77902e3624167e81ca6e200519468bb66d5f7)
|
||||||
- site.conf
|
- new package tecff-ath9k-broken-wifi-workaround (freifunkmuc/gluon-packages)
|
||||||
|
- added fix for autoupdater (8f5a7c90019085dd8f02f96ab0e7a905f82e1be0)
|
||||||
|
- site.conf
|
||||||
- disabled IPv4-only fastd
|
- disabled IPv4-only fastd
|
||||||
- Changed MTU size to 1280
|
- Changed MTU size to 1280
|
||||||
- site.mk
|
- site.mk
|
||||||
- added USB support for various devices
|
- added USB support for various devices
|
||||||
|
|
||||||
## v2015.7
|
## v2015.7
|
||||||
* New stable unified firmware for all segments with site-select feature
|
* New stable unified firmware for all segments with site-select feature
|
||||||
* Raised required signatures for stable release to 3
|
* Raised required signatures for stable release to 3
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
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 := 26b13e6c18bdb553413a1d9643dc48c2c4849191
|
GLUON_GIT_REF := dddade25de0c20207385c339d66d3ac7b8092136
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
|
|||||||
4
modules
4
modules
@@ -1,5 +1,5 @@
|
|||||||
GLUON_SITE_FEEDS='ffmuc'
|
GLUON_SITE_FEEDS='ffmuc'
|
||||||
|
|
||||||
PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git
|
PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git
|
||||||
PACKAGES_FFMUC_BRANCH=bf_2016.1_json
|
PACKAGES_FFMUC_BRANCH=ath9k_wifi_fix
|
||||||
PACKAGES_FFMUC_COMMIT=c734351ddbfb0d974d05f0f75e7ad660ec7ababe
|
PACKAGES_FFMUC_COMMIT=b8c2b7dd024d93bc7ceb552adbe8e20f0e68dc26
|
||||||
|
|||||||
6
site.mk
6
site.mk
@@ -26,8 +26,10 @@ GLUON_SITE_PACKAGES := \
|
|||||||
iptables \
|
iptables \
|
||||||
haveged \
|
haveged \
|
||||||
gluon-ebtables-filter-arp-ffmuc \
|
gluon-ebtables-filter-arp-ffmuc \
|
||||||
gluon-ebtables-filter-multicast-ffmuc
|
gluon-ebtables-filter-multicast-ffmuc \
|
||||||
|
tecff-ath9k-broken-wifi-workaround \
|
||||||
|
babeld \
|
||||||
|
ip
|
||||||
|
|
||||||
# basic support for USB stack
|
# basic support for USB stack
|
||||||
USB_PACKAGES_BASIC := \
|
USB_PACKAGES_BASIC := \
|
||||||
|
|||||||
Reference in New Issue
Block a user