mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
move usb driver to target specific modules.mk
SVN-Revision: 32861
This commit is contained in:
parent
5b2450ef4f
commit
c14d907b8b
@ -905,21 +905,6 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-rt305x-dwc_otg))
|
||||
|
||||
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:= \
|
||||
$(LINUX_DIR)/drivers/usb/host/bcma-hcd.ko \
|
||||
$(LINUX_DIR)/drivers/usb/host/ssb-hcd.ko
|
||||
AUTOLOAD:=$(call AutoLoad,19,bcma-hcd ssb-hcd,1)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-brcm47xx))
|
||||
|
||||
define KernelPackage/usbip
|
||||
TITLE := USB-over-IP kernel support
|
||||
|
22
target/linux/brcm47xx/modules.mk
Normal file
22
target/linux/brcm47xx/modules.mk
Normal file
@ -0,0 +1,22 @@
|
||||
#
|
||||
# Copyright (C) 2006-2012 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# 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:= \
|
||||
$(LINUX_DIR)/drivers/usb/host/bcma-hcd.ko \
|
||||
$(LINUX_DIR)/drivers/usb/host/ssb-hcd.ko
|
||||
AUTOLOAD:=$(call AutoLoad,19,bcma-hcd ssb-hcd,1)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-brcm47xx))
|
Loading…
Reference in New Issue
Block a user