mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package/kernel: move target specific modules to their own target files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21132 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -114,50 +114,6 @@ endef
|
||||
$(eval $(call KernelPackage,usb-ohci,1))
|
||||
|
||||
|
||||
define KernelPackage/usb-adm5120
|
||||
$(call AddDepends/usb,@TARGET_adm5120_router_be||@TARGET_adm5120_router_le)
|
||||
TITLE:=Support for the ADM5120 HCD controller
|
||||
KCONFIG:=CONFIG_USB_ADM5120_HCD
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/adm5120-hcd.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,adm5120-hcd,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-adm5120/description
|
||||
Kernel support for the ADM5120 HCD USB controller
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-adm5120))
|
||||
|
||||
define KernelPackage/usb-etrax
|
||||
$(call AddDepends/usb,@TARGET_etrax)
|
||||
TITLE:=Support for the ETRAX USB host controller
|
||||
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)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-etrax/description
|
||||
Kernel support for the ETRAX USB host controller
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-etrax))
|
||||
|
||||
define KernelPackage/usb-octeon
|
||||
$(call AddDepends/usb,@TARGET_octeon)
|
||||
TITLE:=Support for the Octeon USB OTG controller
|
||||
KCONFIG:=CONFIG_USB_DWC_OTG
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/dwc_otg/dwc_otg.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,dwc_otg)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-octeon/description
|
||||
Kernel support for the Octeon USB host controller
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-octeon))
|
||||
|
||||
|
||||
define KernelPackage/usb-isp116x-hcd
|
||||
$(call AddDepends/usb,@TARGET_ppc40x)
|
||||
TITLE:=Support for the ISP116x USB Host Controller
|
||||
|
||||
Reference in New Issue
Block a user