mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
5eee67a72f
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@gmail.com>
6 lines
126 B
Makefile
6 lines
126 B
Makefile
BOARDNAME:=MikroTik
|
|
FEATURES += minor
|
|
KERNEL_IMAGES:=vmlinux
|
|
IMAGES_DIR:=compressed
|
|
DEFAULT_PACKAGES += -ath10k-board-qca4019
|