[openwrt/openwrt] ath79: Deactivate ZyXEL NBG6716 by default

LEDE Commits lede-commits at lists.infradead.org
Sun May 2 14:02:37 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5d8ea6d34f9f23d4dfff4ffcac8c9599d842c3a8

commit 5d8ea6d34f9f23d4dfff4ffcac8c9599d842c3a8
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun May 2 15:00:40 2021 +0200

    ath79: Deactivate ZyXEL NBG6716 by default
    
    The kernel image is too big now and the build fails.
    
    WARNING: Image file zyxel_nbg6716-kernel.bin is too big: 4205404 > 4194304
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ath79/image/nand.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk
index abf269a8ce..caaa01c92d 100644
--- a/target/linux/ath79/image/nand.mk
+++ b/target/linux/ath79/image/nand.mk
@@ -256,5 +256,6 @@ define Device/zyxel_nbg6716
   IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | \
 	zyxel-factory
   UBINIZE_OPTS := -E 5
+  DEFAULT := n
 endef
 TARGET_DEVICES += zyxel_nbg6716



More information about the lede-commits mailing list