8e8fcce609
Move features common to all subtargets to the parent target. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> [split patch to make it target-specific, adjust commit title/message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
11 lines
368 B
Makefile
11 lines
368 B
Makefile
BOARDNAME := Devices which boot from SATA (NAS)
|
|
DEVICE_TYPE := nas
|
|
FEATURES += boot-part ext4 rootfs-part
|
|
DEFAULT_PACKAGES += badblocks block-mount e2fsprogs kmod-hwmon-drivetemp \
|
|
kmod-dm kmod-md-mod partx-utils mkf2fs f2fsck
|
|
|
|
define Target/Description
|
|
Build firmware images for APM82181 boards that boot from SATA.
|
|
For NAS like the MyBook Live Series.
|
|
endef
|