Просмотр исходного кода

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 год назад
Родитель
Сommit
7993a52d47
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/archs38/generic/target.mk

+ 1 - 1
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.