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>
This commit is contained in:
Thomas Weißschuh 2024-08-06 22:44:55 +02:00 committed by Robert Marko
parent 58a8b882ce
commit 7993a52d47
1 changed files with 1 additions and 1 deletions

View File

@ -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.