mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-23 17:47:28 +08:00
10 lines
304 B
Makefile
10 lines
304 B
Makefile
![]() |
BOARDNAME := Devices which boot from SATA (NAS)
|
||
|
FEATURES += ext4 usb ramdisk
|
||
|
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
|