From 1155793809b971b3cc0c5536591a417a7ed36245 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 15 Dec 2018 16:56:14 +0100 Subject: [PATCH] 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 --- target/linux/apm821xx/sata/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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