ipq-wifi: remove packaged BDF-s for MikroTik devices

Since we now provide the BDF-s for MikroTik IPQ40xx devices on the fly,
there is noneed to include package and ship them like we do now.

This also resolves the performance issues that happen as MikroTik
changes the boards and ships them under the same revision but they
actually ship with and require a different BDF.

Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit ab141a6e2c)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
Robert Marko 2021-11-30 10:25:52 +01:00 committed by Baptiste Jonglez
parent 80602d472a
commit 3e38bd1353
6 changed files with 4 additions and 14 deletions

View file

@ -46,10 +46,6 @@ ALLWIFIBOARDS:= \
linksys_ea8300 \ linksys_ea8300 \
linksys_mr8300-v0 \ linksys_mr8300-v0 \
luma_wrtq-329acn \ luma_wrtq-329acn \
mikrotik_cap-ac \
mikrotik_hap-ac2 \
mikrotik_hap-ac3 \
mikrotik_sxtsq-5-ac \
mobipromo_cm520-79f \ mobipromo_cm520-79f \
nec_wg2600hp3 \ nec_wg2600hp3 \
p2w_r619ac \ p2w_r619ac \
@ -140,10 +136,6 @@ $(eval $(call generate-ipq-wifi-package,glinet_gl-s1300,GL.iNet GL-S1300))
$(eval $(call generate-ipq-wifi-package,linksys_ea8300,Linksys EA8300)) $(eval $(call generate-ipq-wifi-package,linksys_ea8300,Linksys EA8300))
$(eval $(call generate-ipq-wifi-package,linksys_mr8300-v0,Linksys MR8300)) $(eval $(call generate-ipq-wifi-package,linksys_mr8300-v0,Linksys MR8300))
$(eval $(call generate-ipq-wifi-package,luma_wrtq-329acn,Luma WRTQ-329ACN)) $(eval $(call generate-ipq-wifi-package,luma_wrtq-329acn,Luma WRTQ-329ACN))
$(eval $(call generate-ipq-wifi-package,mikrotik_cap-ac,Mikrotik cAP ac))
$(eval $(call generate-ipq-wifi-package,mikrotik_hap-ac2,Mikrotik hAP ac2))
$(eval $(call generate-ipq-wifi-package,mikrotik_hap-ac3,Mikrotik hAP ac3))
$(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,mobipromo_cm520-79f,MobiPromo CM520-79F))
$(eval $(call generate-ipq-wifi-package,nec_wg2600hp3,NEC Platforms WG2600HP3)) $(eval $(call generate-ipq-wifi-package,nec_wg2600hp3,NEC Platforms WG2600HP3))
$(eval $(call generate-ipq-wifi-package,p2w_r619ac,P&W R619AC)) $(eval $(call generate-ipq-wifi-package,p2w_r619ac,P&W R619AC))

View file

@ -24,8 +24,7 @@ define Device/mikrotik_cap-ac
$(call Device/mikrotik_nor) $(call Device/mikrotik_nor)
DEVICE_MODEL := cAP ac DEVICE_MODEL := cAP ac
SOC := qcom-ipq4018 SOC := qcom-ipq4018
DEVICE_PACKAGES := ipq-wifi-mikrotik_cap-ac -kmod-ath10k-ct \ DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers
kmod-ath10k-ct-smallbuffers
endef endef
TARGET_DEVICES += mikrotik_cap-ac TARGET_DEVICES += mikrotik_cap-ac
@ -33,8 +32,7 @@ define Device/mikrotik_hap-ac2
$(call Device/mikrotik_nor) $(call Device/mikrotik_nor)
DEVICE_MODEL := hAP ac2 DEVICE_MODEL := hAP ac2
SOC := qcom-ipq4018 SOC := qcom-ipq4018
DEVICE_PACKAGES := ipq-wifi-mikrotik_hap-ac2 -kmod-ath10k-ct \ DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers
kmod-ath10k-ct-smallbuffers
endef endef
TARGET_DEVICES += mikrotik_hap-ac2 TARGET_DEVICES += mikrotik_hap-ac2
@ -45,7 +43,7 @@ define Device/mikrotik_hap-ac3
BLOCKSIZE := 128k BLOCKSIZE := 128k
PAGESIZE := 2048 PAGESIZE := 2048
KERNEL_UBIFS_OPTS = -m $$(PAGESIZE) -e 124KiB -c $$(PAGESIZE) -x none KERNEL_UBIFS_OPTS = -m $$(PAGESIZE) -e 124KiB -c $$(PAGESIZE) -x none
DEVICE_PACKAGES := kmod-ledtrig-gpio ipq-wifi-mikrotik_hap-ac3 DEVICE_PACKAGES := kmod-ledtrig-gpio
endef endef
TARGET_DEVICES += mikrotik_hap-ac3 TARGET_DEVICES += mikrotik_hap-ac3
@ -61,6 +59,6 @@ define Device/mikrotik_sxtsq-5-ac
$(call Device/mikrotik_nor) $(call Device/mikrotik_nor)
DEVICE_MODEL := SXTsq 5 ac (RBSXTsqG-5acD) DEVICE_MODEL := SXTsq 5 ac (RBSXTsqG-5acD)
SOC := qcom-ipq4018 SOC := qcom-ipq4018
DEVICE_PACKAGES := ipq-wifi-mikrotik_sxtsq-5-ac rssileds DEVICE_PACKAGES := rssileds
endef endef
TARGET_DEVICES += mikrotik_sxtsq-5-ac TARGET_DEVICES += mikrotik_sxtsq-5-ac