[openwrt/openwrt] mediatek: mt7622: skip build also for Xiaomi AX6S

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 17 06:24:00 PST 2024


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

commit dadad6bb731ff1025125c619da7ccc196ad6ea01
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Feb 17 14:22:31 2024 +0000

    mediatek: mt7622: skip build also for Xiaomi AX6S
    
    Also here build fails due to increased kernel size.
    
    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 2430779e2a..220e72ba99 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -466,4 +466,4 @@ define Device/xiaomi_redmi-router-ax6s
   IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi
   IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
 endef
-TARGET_DEVICES += xiaomi_redmi-router-ax6s
+# TARGET_DEVICES += xiaomi_redmi-router-ax6s




More information about the lede-commits mailing list