target.mk 304 B

123456789
  1. BOARDNAME := Devices which boot from SATA (NAS)
  2. FEATURES += ext4 usb ramdisk
  3. DEFAULT_PACKAGES += badblocks block-mount e2fsprogs \
  4. kmod-dm kmod-md-mod partx-utils
  5. define Target/Description
  6. Build firmware images for APM82181 boards that boot from SATA.
  7. For NAS like the MyBook Live Series.
  8. endef