浏览代码

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 <[email protected]>
Felix Baumann 2 年之前
父节点
当前提交
066441b5e4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/bcm47xx/image/legacy.mk

+ 1 - 0
target/linux/bcm47xx/image/legacy.mk

@@ -315,6 +315,7 @@ define Device/usrobotics_usr5461
   DEVICE_PACKAGES := kmod-b43 $(USB1_PACKAGES)
   DEVICE_PACKAGES := kmod-b43 $(USB1_PACKAGES)
   IMAGES := bin
   IMAGES := bin
   IMAGE/bin := append-rootfs | trx-with-loader | usrobotics-bin
   IMAGE/bin := append-rootfs | trx-with-loader | usrobotics-bin
+  DEFAULT := n
 endef
 endef
 TARGET_DEVICES += usrobotics_usr5461
 TARGET_DEVICES += usrobotics_usr5461