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:
parent
58a8b882ce
commit
7993a52d47
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue