diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-06-30 23:26:13 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-06-30 23:26:13 +0000 |
commit | 831d1c8b459b561d18446566ff16049d3025967c (patch) | |
tree | b92538ea45c69901bdb5be2e77e28f9f1f653d38 /target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch | |
parent | 901a7fa067c63a81eda14becfffa1bbd79009e33 (diff) | |
download | upstream-831d1c8b459b561d18446566ff16049d3025967c.tar.gz upstream-831d1c8b459b561d18446566ff16049d3025967c.tar.bz2 upstream-831d1c8b459b561d18446566ff16049d3025967c.zip |
kernel: update 4.0 to 4.0.7
Changelog:
* https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.6
* https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.7
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46151
Diffstat (limited to 'target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch')
-rw-r--r-- | target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch b/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch index e86ab3f565..a17e39800c 100644 --- a/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch +++ b/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch @@ -21,8 +21,6 @@ V2: Drop useless "default n", thanks Sergei :) drivers/usb/host/Kconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig -index 197a6a3..688698a 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -32,7 +32,14 @@ config USB_XHCI_PCI @@ -41,6 +39,3 @@ index 197a6a3..688698a 100644 config USB_XHCI_MVEBU tristate "xHCI support for Marvell Armada 375/38x" --- -1.8.4.5 - |