projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ff175
)
ramips: disable D-Link DIR-300 B1 by default
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 16 Nov 2019 18:54:42 +0000
(19:54 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Sat, 16 Nov 2019 18:54:42 +0000
(19:54 +0100)
Disable the DIR-300 B1 image by default as the device has insufficient
flash space for release build images.
Fixes: FS#2606
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/ramips/image/rt305x.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/rt305x.mk
b/target/linux/ramips/image/rt305x.mk
index adda8ec67e34634732c813da12ab2641b9188a87..d74e196a8b199bf53b8bb9952c798bea8a8715f3 100644
(file)
--- a/
target/linux/ramips/image/rt305x.mk
+++ b/
target/linux/ramips/image/rt305x.mk
@@
-228,6
+228,7
@@
define Device/dir-300-b1
IMAGE/factory.bin := \
$$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | wrg-header wrgn23_dlwbr_dir300b
DEVICE_TITLE := D-Link DIR-300 B1
+ DEFAULT := n
endef
TARGET_DEVICES += dir-300-b1