diff options
author | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-19 19:06:47 +0000 |
---|---|---|
committer | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-19 19:06:47 +0000 |
commit | a90c827ee9ffd44d3adbc47f71e52ca8406ff42a (patch) | |
tree | eaa9c497d0002982d9a9206d7e0036911fef0551 /target/linux/at91 | |
parent | ea03f0404effa2010d49892f29149acb00790518 (diff) |
[at91] Include the usb-ohci module as default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/Makefile | 1 | ||||
-rw-r--r-- | target/linux/at91/config-default | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index d37aa5378..355f4418d 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -17,6 +17,7 @@ DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES+= kmod-usb-ohci KERNELNAME:="uImage" define Target/Description diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default index 8abb31065..5d3058569 100644 --- a/target/linux/at91/config-default +++ b/target/linux/at91/config-default @@ -154,12 +154,10 @@ CONFIG_SPLIT_PTLOCK_CPUS=999999 CONFIG_SYS_SUPPORTS_APM_EMULATION=y #CONFIG_SND_ATMEL_SOC is not set CONFIG_UID16=y -CONFIG_USB=y # CONFIG_USB_ARCH_HAS_EHCI is not set CONFIG_USB_AT91=y # CONFIG_USB_AUDIO is not set # CONFIG_USB_CDC_COMPOSITE is not set -# CONFIG_USB_DEVICEFS is not set CONFIG_USB_ETH=y CONFIG_USB_ETH_EEM=y CONFIG_USB_ETH_RNDIS=y @@ -194,9 +192,6 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_G_SERIAL is not set # CONFIG_USB_MIDI_GADGET is not set -# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set -# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set -CONFIG_USB_OHCI_HCD=y CONFIG_USB_SUPPORT=y # CONFIG_USB_ZERO is not set CONFIG_VECTORS_BASE=0xffff0000 |