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:06:03 +0100 |
commit | 28080d54d217fb4ab112e079f69462fee695dbf8 (patch) | |
tree | 9ccacf62b53d0d94d2b442b48b791f908f85e202 | |
parent | 0f33c6b74a621f2b8bb5793c5e0d3121a1da09b2 (diff) | |
download | upstream-28080d54d217fb4ab112e079f69462fee695dbf8.tar.gz upstream-28080d54d217fb4ab112e079f69462fee695dbf8.tar.bz2 upstream-28080d54d217fb4ab112e079f69462fee695dbf8.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>
-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 767e63ccab..6521361868 100644 --- 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 |