aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/netlogic/patches-3.14/001-modular_usb.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-16 10:58:43 +0000
committerJohn Crispin <john@openwrt.org>2015-03-16 10:58:43 +0000
commit4fdb66373ffe7cac80cc156e4b53a7ad85246fa6 (patch)
tree56d70e6ed5dd31637fd5e6466cb8a9c173b28053 /target/linux/netlogic/patches-3.14/001-modular_usb.patch
parent298d67ec7bd7ba3df3a4a4c0a6c3e2df865d4cd3 (diff)
downloadupstream-4fdb66373ffe7cac80cc156e4b53a7ad85246fa6.tar.gz
upstream-4fdb66373ffe7cac80cc156e4b53a7ad85246fa6.tar.bz2
upstream-4fdb66373ffe7cac80cc156e4b53a7ad85246fa6.zip
netlogic: bump to 3.18
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44829
Diffstat (limited to 'target/linux/netlogic/patches-3.14/001-modular_usb.patch')
-rw-r--r--target/linux/netlogic/patches-3.14/001-modular_usb.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/netlogic/patches-3.14/001-modular_usb.patch b/target/linux/netlogic/patches-3.14/001-modular_usb.patch
deleted file mode 100644
index c6c647393d..0000000000
--- a/target/linux/netlogic/patches-3.14/001-modular_usb.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: linux-3.14.16/arch/mips/netlogic/xlp/Makefile
-===================================================================
---- linux-3.14.16.orig/arch/mips/netlogic/xlp/Makefile 2014-08-07 16:50:59.000000000 -0700
-+++ linux-3.14.16/arch/mips/netlogic/xlp/Makefile 2014-09-25 12:12:29.853539866 -0700
-@@ -1,4 +1,6 @@
- obj-y += setup.o nlm_hal.o cop2-ex.o dt.o
- obj-$(CONFIG_SMP) += wakeup.o
--obj-$(CONFIG_USB) += usb-init.o
--obj-$(CONFIG_USB) += usb-init-xlp2.o
-+ifdef CONFIG_USB
-+obj-y += usb-init.o
-+obj-y += usb-init-xlp2.o
-+endif