projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a8b88
)
archs38: enable features rootfs-part
author
Thomas Weißschuh
<thomas@t-8ch.de>
Tue, 6 Aug 2024 20:44:55 +0000
(22:44 +0200)
committer
Robert Marko
<robimarko@gmail.com>
Wed, 7 Aug 2024 08:29:36 +0000
(10:29 +0200)
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>
target/linux/archs38/generic/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/archs38/generic/target.mk
b/target/linux/archs38/generic/target.mk
index 7642c6b26119e822f2d2359796a697a2bb550267..dfe0474fd8171c6ca56563477af2d40215b54076 100644
(file)
--- 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.