Author: florian Date: 2014-10-24 02:16:48 +0200 (Fri, 24 Oct 2014) New Revision: 43039
Added: trunk/target/linux/netlogic/patches-3.14/ trunk/target/linux/netlogic/patches-3.14/001-modular_usb.patch Log: netlogic: fix modular USB build Signed-off-by: Florian Fainelli <[email protected]> Added: trunk/target/linux/netlogic/patches-3.14/001-modular_usb.patch =================================================================== --- trunk/target/linux/netlogic/patches-3.14/001-modular_usb.patch (rev 0) +++ trunk/target/linux/netlogic/patches-3.14/001-modular_usb.patch 2014-10-24 00:16:48 UTC (rev 43039) @@ -0,0 +1,13 @@ +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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
