ar71xx: fix DEFAULT_PACKAGES for mikrotik devices
Include packages from the default profile for NAND devices Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
6cce9557a0
commit
f533b94436
@ -1,5 +1,6 @@
|
|||||||
define Device/mikrotik
|
define Device/mikrotik
|
||||||
PROFILES := Default
|
PROFILES := Default
|
||||||
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport nand-utils
|
||||||
BOARD_NAME := routerboard
|
BOARD_NAME := routerboard
|
||||||
KERNEL_INITRAMFS :=
|
KERNEL_INITRAMFS :=
|
||||||
KERNEL_NAME := loader-generic.elf
|
KERNEL_NAME := loader-generic.elf
|
||||||
@ -25,6 +26,7 @@ TARGET_DEVICES += nand-64m nand-large
|
|||||||
|
|
||||||
define Device/rb-nor-flash-16M
|
define Device/rb-nor-flash-16M
|
||||||
DEVICE_TITLE := MikroTik RouterBoard with 16 MB NOR flash
|
DEVICE_TITLE := MikroTik RouterBoard with 16 MB NOR flash
|
||||||
|
DEVICE_PACKAGES := rbcfg
|
||||||
BLOCKSIZE := 64k
|
BLOCKSIZE := 64k
|
||||||
IMAGE_SIZE := 16000k
|
IMAGE_SIZE := 16000k
|
||||||
LOADER_TYPE := elf
|
LOADER_TYPE := elf
|
||||||
@ -38,7 +40,6 @@ endef
|
|||||||
define Device/rb-941-2nd
|
define Device/rb-941-2nd
|
||||||
$(Device/rb-nor-flash-16M)
|
$(Device/rb-nor-flash-16M)
|
||||||
DEVICE_TITLE := hAP lite
|
DEVICE_TITLE := hAP lite
|
||||||
DEVICE_PACKAGES:= rbcfg
|
|
||||||
BOARDNAME:= rb-941-2nd
|
BOARDNAME:= rb-941-2nd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user