diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-12-15 16:56:14 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-27 14:06:38 +0100 |
commit | 1155793809b971b3cc0c5536591a417a7ed36245 (patch) | |
tree | df84e7ad22e6364b31089a53432aade4e7130c8a | |
parent | 5f978eec18a6d2482aca5b0d264b822734ab47d1 (diff) | |
download | upstream-1155793809b971b3cc0c5536591a417a7ed36245.tar.gz upstream-1155793809b971b3cc0c5536591a417a7ed36245.tar.bz2 upstream-1155793809b971b3cc0c5536591a417a7ed36245.zip |
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 <chunkeey@gmail.com>
-rw-r--r-- | target/linux/apm821xx/sata/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |