[openwrt/openwrt] bcm47xx: disable image for Linksys WRT160n v3

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 13 04:37:30 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/eb15b0e0c95a647930b84b8fc50645c05df51f01

commit eb15b0e0c95a647930b84b8fc50645c05df51f01
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Jul 8 14:32:31 2020 +0200

    bcm47xx: disable image for Linksys WRT160n v3
    
    The device can only hold 3.6 MB, but newer images (since 18.06)
    are bigger, so flashing a new version fails.
    
    This disables default build for this device based on the bug report
    referenced below.
    
    Fixes: FS#1963
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/bcm47xx/image/mips74k.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bcm47xx/image/mips74k.mk b/target/linux/bcm47xx/image/mips74k.mk
index 3f4fe5005d..6ca4d21e1f 100644
--- a/target/linux/bcm47xx/image/mips74k.mk
+++ b/target/linux/bcm47xx/image/mips74k.mk
@@ -156,6 +156,7 @@ define Device/linksys-wrt160n-v3
   $(Device/linksys)
   DEVICE_ID := N150
   VERSION := 3.0.3
+  DEFAULT := n
 endef
 TARGET_DEVICES += linksys-wrt160n-v3
 



More information about the lede-commits mailing list