diff options
Diffstat (limited to 'target/linux/apm821xx/sata/target.mk')
-rw-r--r-- | target/linux/apm821xx/sata/target.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/apm821xx/sata/target.mk b/target/linux/apm821xx/sata/target.mk new file mode 100644 index 0000000000..60efb508d4 --- /dev/null +++ b/target/linux/apm821xx/sata/target.mk @@ -0,0 +1,13 @@ +BOARDNAME := Devices which boot from SATA (NAS) +FEATURES += ext4 usb +DEFAULT_PACKAGES += badblocks block-mount e2fsprogs \ + kmod-dm kmod-md-mod partx-utils + +define Target/Description + Build firmware images for APM82181 boards that boot from SATA. + For NAS like the MyBook Live Series. +endef + +$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_EXT4FS),RequireCommand,Ignore),genext2fs, \ + Please install genext2fs. \ +)) |