From 8ba4d0d346369e98f131d096645e74e924f67b11 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:28:42 +0800 Subject: [PATCH] bcm27xx: fix error patch This commit fix efc4ae1 --- config/Config-images.in | 2 +- .../bcm27xx/patches-4.19/950-0039-Add-dwc_otg-driver.patch | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index 06c45ad9a0..6d240e772f 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -79,7 +79,7 @@ menu "Target Images" menuconfig TARGET_ROOTFS_EXT4FS bool "ext4" - default y if TARGET_bcm27xx + default n help Build an ext4 root filesystem. diff --git a/target/linux/bcm27xx/patches-4.19/950-0039-Add-dwc_otg-driver.patch b/target/linux/bcm27xx/patches-4.19/950-0039-Add-dwc_otg-driver.patch index 61bb160f88..7fdfa4785e 100644 --- a/target/linux/bcm27xx/patches-4.19/950-0039-Add-dwc_otg-driver.patch +++ b/target/linux/bcm27xx/patches-4.19/950-0039-Add-dwc_otg-driver.patch @@ -917,8 +917,7 @@ Fixes https://github.com/raspberrypi/linux/issues/2408 } --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -5091,7 +5091,7 @@ static void port_event(struct usb_hub *h - if (portchange & USB_PORT_STAT_C_OVERCURRENT) { +@@ -5228,7 +5228,7 @@ static void port_event(struct usb_hub *h u16 status = 0, unused; port_dev->over_current_count++;