ar71xx: enable nand-utils in the mikrotik subtarget to ensure it makes it to initramfs
[openwrt/openwrt.git] / target / linux / ar71xx / mikrotik / target.mk
1 BOARDNAME:=Mikrotik devices with NAND/NOR flash
2 FEATURES += squashfs ramdisk minor nand
3
4 DEFAULT_PACKAGES += nand-utils
5
6 define Target/Description
7 Build firmware images for Atheros AR71xx/AR913x based Mikrotik boards.
8 e.g. MikroTik RB-4xx or RB-750
9 endef
10
11