diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-24 19:28:53 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-24 19:28:53 +0000 |
commit | 1f74483425e3d2d5c386762f4ae7a254046d0a66 (patch) | |
tree | 6ba5d952ec929417b505836e5c2cf7dd55dddfb5 /target/linux/etrax | |
parent | e804791ab2c129e53a75ed60712a7fc182b9a054 (diff) |
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/etrax')
-rw-r--r-- | target/linux/etrax/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/etrax/config-default b/target/linux/etrax/config-default index e4bdc3219..f869b8ae3 100644 --- a/target/linux/etrax/config-default +++ b/target/linux/etrax/config-default @@ -252,5 +252,6 @@ CONFIG_USB=y # CONFIG_USB_ARCH_HAS_HCD is not set # CONFIG_USB_ARCH_HAS_OHCI is not set # CONFIG_USB_R8A66597_HCD is not set +CONFIG_USB_SUPPORT=y CONFIG_VFAT_FS=y # CONFIG_VLAN_8021Q is not set |