[openwrt/openwrt] archs38: enable features rootfs-part
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 7 01:29:40 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7993a52d478ea451eeea83ea45ff23c540e7c017
commit 7993a52d478ea451eeea83ea45ff23c540e7c017
Author: Thomas Weißschuh <thomas at t-8ch.de>
AuthorDate: Tue Aug 6 22:44:55 2024 +0200
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 at t-8ch.de>
Link: https://github.com/openwrt/openwrt/pull/16098
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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.
More information about the lede-commits
mailing list