1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 03:13:20 +02:00

[etrax] Force usb features, fix depends

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21664 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
claudio 2010-06-03 09:52:34 +00:00
parent b91699ff88
commit 766286fdcb
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=cris
BOARD:=etrax
BOARDNAME:=Foxboard (ETRAX 100LX)
FEATURES:=squashfs jffs2
FEATURES:=squashfs jffs2 usb
LINUX_VERSION:=2.6.32.14
DEVICE_TYPE=

View File

@ -8,12 +8,11 @@
define KernelPackage/usb-etrax
SUBMENU:=$(USB_MENU)
TITLE:=Support for the ETRAX USB host controller
DEPENDS:=@TARGET_etrax
KCONFIG:=CONFIG_ETRAX_USB_HOST \
CONFIG_ETRAX_USB_HOST_PORT1=y CONFIG_ETRAX_USB_HOST_PORT2=y
FILES:=$(LINUX_DIR)/drivers/usb/host/hc-crisv10.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,hc-crisv10,1)
$(call AddDepends/usb)
$(call AddDepends/usb,@TARGET_etrax)
endef
define KernelPackage/usb-etrax/description