[openwrt/openwrt] ath79: nand: disable images for glinet_gl-ar750s

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 7 13:47:42 EDT 2020


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ae2d249056bdd7b87169e7c14f54c0c464b1acc5

commit ae2d249056bdd7b87169e7c14f54c0c464b1acc5
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed May 20 12:11:12 2020 +0200

    ath79: nand: disable images for glinet_gl-ar750s
    
    Fixes following build failures:
    
     WARNING: Image file glinet_gl-ar750s-nor-kernel.bin is too big
     WARNING: Image file glinet_gl-ar750s-nor-nand-kernel.bin is too big
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/ath79/image/nand.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk
index 240d96729b..f7fc71d65e 100644
--- a/target/linux/ath79/image/nand.mk
+++ b/target/linux/ath79/image/nand.mk
@@ -134,6 +134,7 @@ define Device/glinet_gl-ar750s-nor-nand
 	append-ubi | check-kernel-size $$$$(GL_UBOOT_UBI_OFFSET)
   IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
   SUPPORTED_DEVICES += glinet,gl-ar750s-nor
+  DEFAULT := n
 endef
 TARGET_DEVICES += glinet_gl-ar750s-nor-nand
 
@@ -142,6 +143,7 @@ define Device/glinet_gl-ar750s-nor
   DEVICE_VARIANT := NOR
   BLOCKSIZE := 64k
   SUPPORTED_DEVICES += gl-ar750s glinet,gl-ar750s glinet,gl-ar750s-nor-nand
+  DEFAULT := n
 endef
 TARGET_DEVICES += glinet_gl-ar750s-nor
 



More information about the lede-commits mailing list