apm821xx: clean up target/subtarget features
[openwrt/openwrt.git] / target / linux / apm821xx / sata / target.mk
1 BOARDNAME := Devices which boot from SATA (NAS)
2 DEVICE_TYPE := nas
3 FEATURES += boot-part ext4 rootfs-part
4 DEFAULT_PACKAGES += badblocks block-mount e2fsprogs kmod-hwmon-drivetemp \
5 kmod-dm kmod-md-mod partx-utils mkf2fs f2fsck
6
7 define Target/Description
8 Build firmware images for APM82181 boards that boot from SATA.
9 For NAS like the MyBook Live Series.
10 endef