apm821xx: add missing default profiles for subtargets
[oweals/openwrt.git] / target / linux / apm821xx / sata / target.mk
1 BOARDNAME := Devices which boot from SATA (NAS)
2 FEATURES += ext4 usb
3 DEFAULT_PACKAGES += badblocks block-mount e2fsprogs \
4                     kmod-dm kmod-md-mod partx-utils
5
6 define Target/Description
7         Build firmware images for APM82181 boards that boot from SATA.
8         For NAS like the MyBook Live Series.
9 endef
10
11 $(eval $(call $(if $(CONFIG_TARGET_ROOTFS_EXT4FS),RequireCommand,Ignore),genext2fs, \
12         Please install genext2fs. \
13 ))