Skip to content
Snippets Groups Projects
Commit c536c501 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ar71xx: enable nand-utils in the mikrotik subtarget to ensure it makes it to initramfs


Without it, sysupgrade from initramfs to nand fails

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent e66f17ac
No related branches found
No related tags found
No related merge requests found
define Device/mikrotik
PROFILES := Default
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport nand-utils
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
BOARD_NAME := routerboard
KERNEL_INITRAMFS :=
KERNEL_NAME := loader-generic.elf
......@@ -26,7 +26,7 @@ TARGET_DEVICES += nand-64m nand-large
define Device/rb-nor-flash-16M
DEVICE_TITLE := MikroTik RouterBoard with 16 MB SPI NOR flash
DEVICE_PACKAGES := rbcfg rssileds
DEVICE_PACKAGES := rbcfg rssileds -nand-utils
IMAGE_SIZE := 16000k
LOADER_TYPE := elf
KERNEL_INSTALL := 1
......
BOARDNAME:=Mikrotik devices with NAND/NOR flash
FEATURES += squashfs ramdisk minor nand
DEFAULT_PACKAGES += nand-utils
define Target/Description
Build firmware images for Atheros AR71xx/AR913x based Mikrotik boards.
e.g. MikroTik RB-4xx or RB-750
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment