targets/ipq806x: use ath10k-firmware-qca99x0-ct for 11s and remove BROKEN flag
This commit is contained in:
parent
73c30b0916
commit
1531571a7e
@ -1,7 +1,4 @@
|
||||
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct'
|
||||
if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then
|
||||
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca99x0 ath10k-firmware-qca99x0-ct'
|
||||
fi
|
||||
|
||||
|
||||
# TP-Link
|
||||
|
@ -13,6 +13,7 @@ $(eval $(call GluonTarget,x86,geode))
|
||||
$(eval $(call GluonTarget,x86,64))
|
||||
|
||||
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
|
||||
$(eval $(call GluonTarget,ipq806x))
|
||||
$(eval $(call GluonTarget,ramips,mt7620))
|
||||
$(eval $(call GluonTarget,ramips,mt7628))
|
||||
$(eval $(call GluonTarget,ramips,rt305x))
|
||||
@ -21,6 +22,5 @@ endif
|
||||
ifneq ($(BROKEN),)
|
||||
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
|
||||
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
|
||||
$(eval $(call GluonTarget,ipq806x)) # BROKEN: Untested
|
||||
$(eval $(call GluonTarget,mvebu)) # BROKEN: No AP+IBSS or 11s support
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user