mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
c536c50171
Without it, sysupgrade from initramfs to nand fails Signed-off-by: Felix Fietkau <nbd@nbd.name>
12 lines
259 B
Makefile
12 lines
259 B
Makefile
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
|
|
endef
|
|
|
|
|