From fe197b8b0996218a1bb759234fec15f9f5b5c2d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 13 Jan 2020 17:52:46 +0100 Subject: [PATCH] ramips: mt7621: disable images for gehua_ghl-r-001 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 28080d54d217fb4ab112e079f69462fee695dbf8) --- target/linux/ramips/image/mt7621.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2