diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-25 17:13:24 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-25 17:13:24 +0000 |
commit | 01f2e3a83adda726b8622c52a42a5b67c2b1619f (patch) | |
tree | 9be5240a1fb1ccc7bb8c846a4bfbb0b44aeeb152 /target/linux/ramips/patches-3.10/0202-owrt-USB-adds-dwc_otg.patch | |
parent | ac4d9c8f3021ca81015909993501513199dc19da (diff) |
kernel/3.10: refresh all target patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38182 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.10/0202-owrt-USB-adds-dwc_otg.patch')
-rw-r--r-- | target/linux/ramips/patches-3.10/0202-owrt-USB-adds-dwc_otg.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/patches-3.10/0202-owrt-USB-adds-dwc_otg.patch b/target/linux/ramips/patches-3.10/0202-owrt-USB-adds-dwc_otg.patch index 70513be3d7..5c17a665fa 100644 --- a/target/linux/ramips/patches-3.10/0202-owrt-USB-adds-dwc_otg.patch +++ b/target/linux/ramips/patches-3.10/0202-owrt-USB-adds-dwc_otg.patch @@ -49,9 +49,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig -@@ -126,6 +126,8 @@ source "drivers/usb/core/Kconfig" +@@ -126,6 +126,8 @@ if USB - source "drivers/usb/dwc3/Kconfig" + source "drivers/usb/core/Kconfig" +source "drivers/usb/dwc_otg/Kconfig" + @@ -60,8 +60,8 @@ Signed-off-by: John Crispin <blogic@openwrt.org> source "drivers/usb/wusbcore/Kconfig" --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile -@@ -9,6 +9,7 @@ obj-$(CONFIG_USB) += core/ - obj-$(CONFIG_USB_OTG_UTILS) += otg/ +@@ -7,6 +7,7 @@ + obj-$(CONFIG_USB) += core/ obj-$(CONFIG_USB_DWC3) += dwc3/ +obj-$(CONFIG_DWC_OTG) += dwc_otg/ |