diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-24 19:28:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-24 19:28:53 +0000 |
commit | 529fa28dd0c722eeee94cefcdc26f84e89a88642 (patch) | |
tree | 6ba5d952ec929417b505836e5c2cf7dd55dddfb5 /target/linux/ifxmips | |
parent | 7dc21aab526deb11a0f7e8e302ea9fe64176bc57 (diff) | |
download | upstream-529fa28dd0c722eeee94cefcdc26f84e89a88642.tar.gz upstream-529fa28dd0c722eeee94cefcdc26f84e89a88642.tar.bz2 upstream-529fa28dd0c722eeee94cefcdc26f84e89a88642.zip |
disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12690 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips')
-rw-r--r-- | target/linux/ifxmips/config-2.6.26 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/config-2.6.26 b/target/linux/ifxmips/config-2.6.26 index bfb8535b5d..77cc5ceeb0 100644 --- a/target/linux/ifxmips/config-2.6.26 +++ b/target/linux/ifxmips/config-2.6.26 @@ -226,6 +226,7 @@ CONFIG_USB=m # CONFIG_USB_DWC_HCD is not set # CONFIG_USB_EHCI_HCD is not set # CONFIG_USB_ISIGHTFW is not set +CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set # CONFIG_VGASTATE is not set # CONFIG_VIA_RHINE is not set |