[openwrt/openwrt] ipq40xx: mikrotik: dont include ath10k-board-qca4019 by default

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 1 03:48:55 PDT 2022


zorun pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/973ff0b8e8114f60ff8cfe8c93c2902d5b7cb179

commit 973ff0b8e8114f60ff8cfe8c93c2902d5b7cb179
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat May 14 20:30:44 2022 +0200

    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 <robimarko at gmail.com>
    (cherry picked from commit 5eee67a72fed52ac686dd467d93eea95d44c8dff)
    Signed-off-by: Thibaut VARÈNE <hacks at slashdirt.org>
---
 target/linux/ipq40xx/mikrotik/target.mk | 1 +
 1 file changed, 1 insertion(+)

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




More information about the lede-commits mailing list