summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2024-08-06 20:44:55 +0000
committerRobert Marko2024-08-07 08:29:36 +0000
commit7993a52d478ea451eeea83ea45ff23c540e7c017 (patch)
treefab6a076cb5b37e29d837418573d0ff8ea7bdf5a
parent58a8b882ce24d065d5d744e6837be8c628fd857e (diff)
downloadopenwrt-7993a52d478ea451eeea83ea45ff23c540e7c017.tar.gz
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 <thomas@t-8ch.de> Link: https://github.com/openwrt/openwrt/pull/16098 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/archs38/generic/target.mk2
1 files changed, 1 insertions, 1 deletions
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.