diff options
| author | Thomas Weißschuh | 2024-08-06 20:44:55 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-08-07 08:29:36 +0000 |
| commit | 7993a52d478ea451eeea83ea45ff23c540e7c017 (patch) | |
| tree | fab6a076cb5b37e29d837418573d0ff8ea7bdf5a | |
| parent | 58a8b882ce24d065d5d744e6837be8c628fd857e (diff) | |
| download | openwrt-7993a52d478ea451eeea83ea45ff23c540e7c017.tar.gz | |
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>
| -rw-r--r-- | target/linux/archs38/generic/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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. |