mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
7993a52d47
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>
9 lines
145 B
Makefile
9 lines
145 B
Makefile
BOARDNAME:=Generic
|
|
FEATURES += ext4 usb ramdisk rootfs-part
|
|
|
|
define Target/Description
|
|
Build firmware images for ARC HS38 based boards.
|
|
endef
|
|
|
|
|