From 7993a52d478ea451eeea83ea45ff23c540e7c017 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Tue, 6 Aug 2024 22:44:55 +0200 Subject: [PATCH] archs38: enable features rootfs-part MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- target/linux/archs38/generic/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/archs38/generic/target.mk b/target/linux/archs38/generic/target.mk index 7642c6b261..dfe0474fd8 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. -- 2.30.2