projects
/
openwrt
/
staging
/
ldir.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cb556
)
treewide: Disable building 8M RAM devices
author
Felix Baumann
<felix.bau@gmx.de>
Sat, 20 May 2023 07:07:44 +0000
(09:07 +0200)
committer
Felix Baumann
<felix.bau@gmx.de>
Sat, 20 May 2023 23:08:31 +0000
(
01:08
+0200)
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@gmx.de>
target/linux/bcm47xx/image/legacy.mk
patch
|
blob
|
history
diff --git
a/target/linux/bcm47xx/image/legacy.mk
b/target/linux/bcm47xx/image/legacy.mk
index b21398deca25b7f3e39a87142498ea95b06ef26b..3c682d37e7eb67dc7002b9dcf5bd156be5129aa7 100644
(file)
--- 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