projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f33c6b
)
ramips: mt7621: disable images for gehua_ghl-r-001
author
Petr Štetiar
<ynezz@true.cz>
Mon, 13 Jan 2020 16:52:46 +0000
(17:52 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 13 Jan 2020 23:06:03 +0000
(
00:06
+0100)
This device OOPs during the boot due to broken flash. It can be probably
fixed with `broken-flash-reset` once ramips is on 4.19 kernel.
So disable images for this device until its fixed.
Ref: FS#2695, PR#2483
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/ramips/image/mt7621.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7621.mk
b/target/linux/ramips/image/mt7621.mk
index 767e63ccab55c51ecea6a4aef7e684b83b252ed7..6521361868ed6cb631aa4fcda8fa7f8f1f9d6cc6 100644
(file)
--- a/
target/linux/ramips/image/mt7621.mk
+++ b/
target/linux/ramips/image/mt7621.mk
@@
-301,6
+301,7
@@
define Device/gehua_ghl-r-001
DEVICE_MODEL := GHL-R-001
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 \
kmod-usb-ledtrig-usbport wpad-basic
+ DEFAULT := n
endef
TARGET_DEVICES += gehua_ghl-r-001