[openwrt/openwrt] mxs: fix SD-card image generation for OLinuXino boards

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 27 14:24:13 PST 2023


wigyori pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6e428a84904daa07190f924530f975102e8e7668

commit 6e428a84904daa07190f924530f975102e8e7668
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Tue Jan 24 19:34:22 2023 +0100

    mxs: fix SD-card image generation for OLinuXino boards
    
    Fixes: mxs: add generic subtarget (64ef920)
    
    Adding the generic target caused the TARGET_BOOTFS_PARTSIZE to stay
    hidden for these boards, crashing the FAT filesystem creation.
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 target/linux/mxs/image/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mxs/image/Config.in b/target/linux/mxs/image/Config.in
index 250553e356..a04700a440 100644
--- a/target/linux/mxs/image/Config.in
+++ b/target/linux/mxs/image/Config.in
@@ -1,6 +1,6 @@
 config TARGET_BOOTFS_PARTSIZE
 	int "Boot (SD Card) filesystem partition size (in MB)"
-	depends on TARGET_mxs_olinuxino-maxi || TARGET_mxs_olinuxino-micro
+	depends on TARGET_mxs_generic_olinuxino-maxi || TARGET_mxs_generic_olinuxino-micro
 	default 8
 	help
 	    On the Olimex OLinuXino boards, mainline U-Boot loads the




More information about the lede-commits mailing list