ATH10K Devices added..
This commit is contained in:
parent
1e9839555c
commit
4bf855e5b7
4
Makefile
4
Makefile
@ -25,9 +25,9 @@ endif
|
||||
|
||||
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
||||
|
||||
#JOBS = 1
|
||||
JOBS = 1
|
||||
|
||||
GLUON_MAKE := ${MAKE} BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||
GLUON_MAKE := ${MAKE} V=s BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||
GLUON_RELEASE=${GLUON_RELEASE} \
|
||||
GLUON_BRANCH=${GLUON_BRANCH} \
|
||||
|
||||
|
2
site.mk
2
site.mk
@ -27,7 +27,6 @@ GLUON_SITE_PACKAGES := \
|
||||
gluon-ebtables-filter-arp-ffmuc \
|
||||
gluon-ebtables-filter-multicast-ffmuc \
|
||||
gluon-ssid-changer \
|
||||
# gluon-banner \
|
||||
tecff-ath9k-broken-wifi-workaround
|
||||
# gluon-config-mode-site-select
|
||||
|
||||
@ -209,3 +208,4 @@ GLUON_PRIORITY ?= 0
|
||||
|
||||
# Languages to include
|
||||
GLUON_LANGS ?= en de
|
||||
GLUON_ATH10K_MESH := ibss
|
||||
|
Loading…
Reference in New Issue
Block a user