removed ath9k fix, should be fixed upstream, changed to gluon 2016.2.1
This commit is contained in:
parent
4bf855e5b7
commit
69bd57f77a
5
Makefile
5
Makefile
@ -1,6 +1,6 @@
|
||||
GLUON_BUILD_DIR := gluon-build
|
||||
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
|
||||
GLUON_GIT_REF := v2016.2
|
||||
GLUON_GIT_REF := v2016.2.1
|
||||
|
||||
#https://github.com/freifunk-gluon/gluon/commit/6b8888fe5aebd941c5e7a83a97ceb0678bee4c43
|
||||
|
||||
@ -13,6 +13,7 @@ GLUON_TARGETS ?= \
|
||||
ramips-mt7621 \
|
||||
ramips-rt305x \
|
||||
sunxi \
|
||||
x86-kvm \
|
||||
x86-64 \
|
||||
x86-generic
|
||||
|
||||
@ -25,7 +26,7 @@ endif
|
||||
|
||||
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
||||
|
||||
JOBS = 1
|
||||
#JOBS = 1
|
||||
|
||||
GLUON_MAKE := ${MAKE} V=s BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||
GLUON_RELEASE=${GLUON_RELEASE} \
|
||||
|
4
site.mk
4
site.mk
@ -26,8 +26,8 @@ GLUON_SITE_PACKAGES := \
|
||||
haveged \
|
||||
gluon-ebtables-filter-arp-ffmuc \
|
||||
gluon-ebtables-filter-multicast-ffmuc \
|
||||
gluon-ssid-changer \
|
||||
tecff-ath9k-broken-wifi-workaround
|
||||
gluon-ssid-changer
|
||||
# tecff-ath9k-broken-wifi-workaround
|
||||
# gluon-config-mode-site-select
|
||||
|
||||
# basic support for USB stack
|
||||
|
Loading…
Reference in New Issue
Block a user