From: Thomas Weißschuh Date: Tue, 6 Aug 2024 20:44:55 +0000 (+0200) Subject: archs38: enable features rootfs-part X-Git-Tag: v24.10.0-rc1~1062 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16098%2Fhead;p=thirdparty%2Fopenwrt.git archs38: enable features rootfs-part target/linux/archs38/image/Makefile calls gen_axs10x_sdcard_img.sh with $(CONFIG_TARGET_ROOTFS_PARTSIZE). Make sure a rootfs partition is built and usable. Signed-off-by: Thomas Weißschuh Link: https://github.com/openwrt/openwrt/pull/16098 Signed-off-by: Robert Marko --- diff --git a/target/linux/archs38/generic/target.mk b/target/linux/archs38/generic/target.mk index 7642c6b2611..dfe0474fd81 100644 --- a/target/linux/archs38/generic/target.mk +++ b/target/linux/archs38/generic/target.mk @@ -1,5 +1,5 @@ BOARDNAME:=Generic -FEATURES += ext4 usb ramdisk +FEATURES += ext4 usb ramdisk rootfs-part define Target/Description Build firmware images for ARC HS38 based boards.