diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-29 10:11:05 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-29 10:11:05 +0000 |
commit | 30663ebf33545cbaa7e8dcad14f6df94d68b2811 (patch) | |
tree | 7862c6398d7db929fd89479d874f423e4fdfc17d /target/linux/ixp4xx/harddisk/config-default | |
parent | dd62b6f0ceaf40e9b38f35ff56a8e989b531c769 (diff) |
target: refresh all target configs with kconfig.pl
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33987 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/harddisk/config-default')
-rw-r--r-- | target/linux/ixp4xx/harddisk/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/harddisk/config-default b/target/linux/ixp4xx/harddisk/config-default index 3fe6f0c6a..e8ea99213 100644 --- a/target/linux/ixp4xx/harddisk/config-default +++ b/target/linux/ixp4xx/harddisk/config-default @@ -5,6 +5,7 @@ CONFIG_EXT4_FS=y CONFIG_JBD=y CONFIG_REISERFS_FS=y CONFIG_SATA_VIA=y +CONFIG_USB=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y @@ -15,4 +16,3 @@ CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_STORAGE=y -CONFIG_USB=y |