[openwrt/openwrt] treewide: Disable building 8M RAM devices

LEDE Commits lede-commits at lists.infradead.org
Sun May 21 04:43:27 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/066441b5e4919ab6a59a41f00209b8c8d19dc8a5

commit 066441b5e4919ab6a59a41f00209b8c8d19dc8a5
Author: Felix Baumann <felix.bau at gmx.de>
AuthorDate: Sat May 20 09:07:44 2023 +0200

    treewide: Disable building 8M RAM devices
    
    Following deprecation notice[1] in 21.02, disable target with 8M of RAM
    
    [1] https://openwrt.org/supported_devices/864_warning
    
    Signed-off-by: Felix Baumann <felix.bau at gmx.de>
---
 target/linux/bcm47xx/image/legacy.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bcm47xx/image/legacy.mk b/target/linux/bcm47xx/image/legacy.mk
index b21398deca..3c682d37e7 100644
--- a/target/linux/bcm47xx/image/legacy.mk
+++ b/target/linux/bcm47xx/image/legacy.mk
@@ -315,6 +315,7 @@ define Device/usrobotics_usr5461
   DEVICE_PACKAGES := kmod-b43 $(USB1_PACKAGES)
   IMAGES := bin
   IMAGE/bin := append-rootfs | trx-with-loader | usrobotics-bin
+  DEFAULT := n
 endef
 TARGET_DEVICES += usrobotics_usr5461
 




More information about the lede-commits mailing list