diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-17 08:43:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-17 08:43:11 +0000 |
commit | dc3a658baffb3718df137bdfcb89f264ca90f179 (patch) | |
tree | 1dc7ada0661cbebdbd5997c82e55c5b600eda294 /target/linux/adm5120 | |
parent | 22210c9a87ff4ca74b6dcc2b5876b1dbe0a8092b (diff) | |
download | upstream-dc3a658baffb3718df137bdfcb89f264ca90f179.tar.gz upstream-dc3a658baffb3718df137bdfcb89f264ca90f179.tar.bz2 upstream-dc3a658baffb3718df137bdfcb89f264ca90f179.zip |
adm5120: refresh 2.6.30 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120')
-rw-r--r-- | target/linux/adm5120/patches-2.6.30/001-adm5120.patch | 2 | ||||
-rw-r--r-- | target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/patches-2.6.30/001-adm5120.patch b/target/linux/adm5120/patches-2.6.30/001-adm5120.patch index 2979f2ac08..55472340b4 100644 --- a/target/linux/adm5120/patches-2.6.30/001-adm5120.patch +++ b/target/linux/adm5120/patches-2.6.30/001-adm5120.patch @@ -22,7 +22,7 @@ config MACH_ALCHEMY bool "Alchemy processor based machines" -@@ -632,6 +647,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD +@@ -633,6 +648,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD endchoice diff --git a/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch b/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch index 1e4bf000ea..ca81a92cd1 100644 --- a/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch +++ b/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch @@ -7,7 +7,7 @@ +obj-$(CONFIG_USB_ADM5120_HCD) += host/ obj-$(CONFIG_USB_EHCI_HCD) += host/ obj-$(CONFIG_USB_ISP116X_HCD) += host/ - obj-$(CONFIG_USB_ISP1760_HCD) += host/ + obj-$(CONFIG_USB_OHCI_HCD) += host/ --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -4,6 +4,10 @@ |