Kaynağa Gözat

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16098
Signed-off-by: Robert Marko <[email protected]>
Thomas Weißschuh 1 yıl önce
ebeveyn
işleme
7993a52d47
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      target/linux/archs38/generic/target.mk

+ 1 - 1
target/linux/archs38/generic/target.mk

@@ -1,5 +1,5 @@
 BOARDNAME:=Generic
 BOARDNAME:=Generic
-FEATURES += ext4 usb ramdisk
+FEATURES += ext4 usb ramdisk rootfs-part
 
 
 define Target/Description
 define Target/Description
 	Build firmware images for ARC HS38 based boards.
 	Build firmware images for ARC HS38 based boards.