[openwrt/openwrt] mediatek: mt7622: skip build for MT7622 rfb1 (UBI)

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 16 20:29:15 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6e2962d4c5487d60faf5554c4bfe1d5deaa3b4ad

commit 6e2962d4c5487d60faf5554c4bfe1d5deaa3b4ad
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Feb 17 04:26:00 2024 +0000

    mediatek: mt7622: skip build for MT7622 rfb1 (UBI)
    
    Due to increased kernel size the build currently fails if including
    the MT7622 rfb1 (UBI). Skip it for now until there is a better
    solution (such as replacing the bootloader and changing the flash
    layout).
    
    Fixes: da970d63fb ("mediatek: switch to Linux version 6.1")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/image/mt7622.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index 65db3e49a7..2430779e2a 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -302,7 +302,7 @@ define Device/mediatek_mt7622-rfb1-ubi
                 check-size $$$$(IMAGE_SIZE)
   IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
 endef
-TARGET_DEVICES += mediatek_mt7622-rfb1-ubi
+# TARGET_DEVICES += mediatek_mt7622-rfb1-ubi
 
 define Device/netgear_wax206
   $(Device/dsa-migration)




More information about the lede-commits mailing list