[source] ar71xx: fix DEFAULT_PACKAGES for mikrotik devices
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 14 04:15:54 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/f533b94436022b860e20a76b70723c9eb527710f
commit f533b94436022b860e20a76b70723c9eb527710f
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Feb 14 13:14:38 2017 +0100
ar71xx: fix DEFAULT_PACKAGES for mikrotik devices
Include packages from the default profile for NAND devices
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/ar71xx/image/mikrotik.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/ar71xx/image/mikrotik.mk b/target/linux/ar71xx/image/mikrotik.mk
index a2b682f..939544d 100644
--- a/target/linux/ar71xx/image/mikrotik.mk
+++ b/target/linux/ar71xx/image/mikrotik.mk
@@ -1,5 +1,6 @@
define Device/mikrotik
PROFILES := Default
+ DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport nand-utils
BOARD_NAME := routerboard
KERNEL_INITRAMFS :=
KERNEL_NAME := loader-generic.elf
@@ -25,6 +26,7 @@ TARGET_DEVICES += nand-64m nand-large
define Device/rb-nor-flash-16M
DEVICE_TITLE := MikroTik RouterBoard with 16 MB NOR flash
+ DEVICE_PACKAGES := rbcfg
BLOCKSIZE := 64k
IMAGE_SIZE := 16000k
LOADER_TYPE := elf
@@ -38,7 +40,6 @@ endef
define Device/rb-941-2nd
$(Device/rb-nor-flash-16M)
DEVICE_TITLE := hAP lite
- DEVICE_PACKAGES:= rbcfg
BOARDNAME:= rb-941-2nd
endef
More information about the lede-commits
mailing list