ipq-wifi: Drop empty wifi package for Netgear WAC510
authorSven Eckelmann <sven@narfation.org>
Sat, 11 Sep 2021 07:16:11 +0000 (09:16 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 12 Sep 2021 16:52:30 +0000 (18:52 +0200)
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@narfation.org>
package/firmware/ipq-wifi/Makefile

index e63e3b3ba1f23bb9de40d39356ef83a32d5e9b96..e3b25bb556658ef9399b6e6399f9f218870be996 100644 (file)
@@ -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))