From: Robert Marko Date: Sat, 14 May 2022 18:30:44 +0000 (+0200) Subject: ipq40xx: mikrotik: dont include ath10k-board-qca4019 by default X-Git-Url: http://git.openwrt.org/openwrt/staging/static/gitweb.css?a=commitdiff_plain;h=5eee67a72fed52ac686dd467d93eea95d44c8dff;p=openwrt%2Fstaging%2Fchunkeey.git ipq40xx: mikrotik: dont include ath10k-board-qca4019 by default Since MikroTik subtarget now uses dynamic BDF loading its crucial that it doesnt include the board-2.bin at all which is provided by the ath10k-board-qca4019 package. So to resolve this dont include the ath10k-board-qca4019 package on the MikroTik subtarget. Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/mikrotik/target.mk b/target/linux/ipq40xx/mikrotik/target.mk index 4530a90985..8b17c61585 100644 --- a/target/linux/ipq40xx/mikrotik/target.mk +++ b/target/linux/ipq40xx/mikrotik/target.mk @@ -2,3 +2,4 @@ BOARDNAME:=MikroTik FEATURES += minor KERNEL_IMAGES:=vmlinux IMAGES_DIR:=compressed +DEFAULT_PACKAGES += -ath10k-board-qca4019