projects
/
openwrt
/
staging
/
981213.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6235f4
)
ramips: disable default build for Ravpower RP-WD03
author
Adrian Schmutzler
<
[email protected]
>
Wed, 9 Sep 2020 12:12:14 +0000
(14:12 +0200)
committer
Adrian Schmutzler
<
[email protected]
>
Wed, 9 Sep 2020 12:12:14 +0000
(14:12 +0200)
This device has a 1.5M kernel size limit during boot and is
unbootable since February 2019 [1].
[1] https://forum.openwrt.org/t/ravpower-wd03-does-not-start-with-openwrt-master/49792
Reported-by: Szabolcs Hubai <
[email protected]
>
Signed-off-by: Adrian Schmutzler <
[email protected]
>
target/linux/ramips/image/mt7620.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7620.mk
b/target/linux/ramips/image/mt7620.mk
index 149b666aade0ae680aed23fd82240d83b447275d..5b9dd16bcea3106c275d3379545b953cd28b3f27 100644
(file)
--- a/
target/linux/ramips/image/mt7620.mk
+++ b/
target/linux/ramips/image/mt7620.mk
@@
-930,6
+930,7
@@
define Device/ravpower_wd03
DEVICE_VENDOR := Ravpower
DEVICE_MODEL := WD03
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
+ DEFAULT := n
endef
TARGET_DEVICES += ravpower_wd03