diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-15 16:06:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-15 16:06:14 +0000 |
commit | b3af1ac7a4321638b6f0242d15bbb35e076d7066 (patch) | |
tree | 94c1f01823905da47a0cc5f00bb3485fc03b21ac /target/linux/brcm47xx | |
parent | 2bf3d2ac32e639703313514260470474ec45a8e7 (diff) | |
download | master-187ad058-b3af1ac7a4321638b6f0242d15bbb35e076d7066.tar.gz master-187ad058-b3af1ac7a4321638b6f0242d15bbb35e076d7066.tar.bz2 master-187ad058-b3af1ac7a4321638b6f0242d15bbb35e076d7066.zip |
bcm53xx: add USB 2.0 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/modules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/brcm47xx/modules.mk b/target/linux/brcm47xx/modules.mk index 94bc662666..305643f330 100644 --- a/target/linux/brcm47xx/modules.mk +++ b/target/linux/brcm47xx/modules.mk @@ -5,25 +5,6 @@ # See /LICENSE for more information. # -define KernelPackage/usb-brcm47xx - SUBMENU:=$(USB_MENU) - TITLE:=Support for USB on bcm47xx - DEPENDS:=@USB_SUPPORT @TARGET_brcm47xx - KCONFIG:= \ - CONFIG_USB_HCD_BCMA \ - CONFIG_USB_HCD_SSB - FILES:= \ - $(if $(CONFIG_USB_HCD_BCMA),$(LINUX_DIR)/drivers/usb/host/bcma-hcd.ko) \ - $(if $(CONFIG_USB_HCD_SSB),$(LINUX_DIR)/drivers/usb/host/ssb-hcd.ko) - AUTOLOAD:=$(call AutoLoad,19, \ - $(if $(CONFIG_USB_HCD_BCMA),bcma-hcd) \ - $(if $(CONFIG_USB_HCD_SSB),ssb-hcd),1) - $(call AddDepends/usb) -endef - -$(eval $(call KernelPackage,usb-brcm47xx)) - - define KernelPackage/ocf-ubsec-ssb TITLE:=BCM5365P IPSec Core driver DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_mips74k +kmod-crypto-ocf |