[openwrt/openwrt] ipq-wifi: Drop empty wifi package for Netgear WAC510

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 12 09:53:14 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ebe800765ec883d1df4f7327199145b4d88e4264

commit ebe800765ec883d1df4f7327199145b4d88e4264
Author: Sven Eckelmann <sven at narfation.org>
AuthorDate: Sat Sep 11 09:16:11 2021 +0200

    ipq-wifi: Drop empty wifi package for Netgear WAC510
    
    The ipq-wifi-netgear_wac510 package is not selected by any device and would
    be empty anyway. The default board-2.bin from ath10k-board-qca4019 is
    therefore used for this device and the package doesn't provide any visible
    features.
    
    Fixes: b126d9c3a3d3 ("ipq40xx: add netgear wac510 support")
    Signed-off-by: Sven Eckelmann <sven at narfation.org>
---
 package/firmware/ipq-wifi/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index e63e3b3ba1..e3b25bb556 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -47,7 +47,6 @@ ALLWIFIBOARDS:= \
 	mikrotik_sxtsq-5-ac \
 	mobipromo_cm520-79f \
 	nec_wg2600hp3 \
-	netgear_wac510 \
 	plasmacloud_pa1200 \
 	plasmacloud_pa2200 \
 	qxwlan_e2600ac
@@ -133,7 +132,6 @@ $(eval $(call generate-ipq-wifi-package,mikrotik_hap-ac2,Mikrotik hAP ac2))
 $(eval $(call generate-ipq-wifi-package,mikrotik_sxtsq-5-ac,MikroTik SXTsq 5 ac))
 $(eval $(call generate-ipq-wifi-package,mobipromo_cm520-79f,MobiPromo CM520-79F))
 $(eval $(call generate-ipq-wifi-package,nec_wg2600hp3,NEC Platforms WG2600HP3))
-$(eval $(call generate-ipq-wifi-package,netgear_wac510,Netgear WAC510))
 $(eval $(call generate-ipq-wifi-package,plasmacloud_pa1200,Plasma Cloud PA1200))
 $(eval $(call generate-ipq-wifi-package,plasmacloud_pa2200,Plasma Cloud PA2200))
 $(eval $(call generate-ipq-wifi-package,qxwlan_e2600ac,Qxwlan E2600AC))



More information about the lede-commits mailing list