mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-09 08:09:41 +00:00
1155793809
The rootfs-part feature flag ensures that CONFIG_ROOTFS_PART_SIZE symbol will be present at all times. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
10 lines
339 B
Makefile
10 lines
339 B
Makefile
BOARDNAME := Devices which boot from SATA (NAS)
|
|
FEATURES += ext4 usb ramdisk squashfs rootfs-part
|
|
DEFAULT_PACKAGES += badblocks block-mount e2fsprogs \
|
|
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
|