From: Christian Lamparter Date: Sat, 15 Dec 2018 15:56:14 +0000 (+0100) Subject: apm821xx: sata: set rootfs-part feature flag X-Git-Tag: v19.07.0-rc1~1766 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=1155793809b971b3cc0c5536591a417a7ed36245 apm821xx: sata: set rootfs-part feature flag The rootfs-part feature flag ensures that CONFIG_ROOTFS_PART_SIZE symbol will be present at all times. Signed-off-by: Christian Lamparter --- diff --git a/target/linux/apm821xx/sata/target.mk b/target/linux/apm821xx/sata/target.mk index a5107f1067..84de4b2ea6 100644 --- a/target/linux/apm821xx/sata/target.mk +++ b/target/linux/apm821xx/sata/target.mk @@ -1,5 +1,5 @@ BOARDNAME := Devices which boot from SATA (NAS) -FEATURES += ext4 usb ramdisk squashfs +FEATURES += ext4 usb ramdisk squashfs rootfs-part DEFAULT_PACKAGES += badblocks block-mount e2fsprogs \ kmod-dm kmod-md-mod partx-utils mkf2fs f2fsck