diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-01-13 17:52:46 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-01-14 00:13:30 +0100 |
commit | fe197b8b0996218a1bb759234fec15f9f5b5c2d3 (patch) | |
tree | 53a87f7b47e09968ac49d892e56eff52e0e54fda /target/linux | |
parent | 08d9828b767a3555ed655392725a7fb7d633ee8c (diff) | |
download | upstream-fe197b8b0996218a1bb759234fec15f9f5b5c2d3.tar.gz upstream-fe197b8b0996218a1bb759234fec15f9f5b5c2d3.tar.bz2 upstream-fe197b8b0996218a1bb759234fec15f9f5b5c2d3.zip |
ramips: mt7621: disable images for gehua_ghl-r-001
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>
(cherry picked from commit 28080d54d217fb4ab112e079f69462fee695dbf8)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 03ab9a4c37..5001a5da82 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -194,6 +194,7 @@ define Device/gehua_ghl-r-001 DEVICE_TITLE := GeHua 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 |