mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
packages: kernel: add usb-common.ko to usb package for kernel >= 3.2
SVN-Revision: 29776
This commit is contained in:
parent
d4465bee36
commit
a671c720b4
@ -16,8 +16,15 @@ define KernelPackage/usb-core
|
||||
TITLE:=Support for USB
|
||||
DEPENDS:=@USB_SUPPORT
|
||||
KCONFIG:=CONFIG_USB CONFIG_XPS_USB_HCD_XILINX=n CONFIG_USB_FHCI_HCD=n
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/core/usbcore.ko
|
||||
AUTOLOAD:=$(call AutoLoad,20,usbcore,1)
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.2)),1)
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/usb/core/usbcore.ko \
|
||||
$(LINUX_DIR)/drivers/usb/usb-common.ko
|
||||
AUTOLOAD:=$(call AutoLoad,20,usb-common usbcore,1)
|
||||
else
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/core/usbcore.ko
|
||||
AUTOLOAD:=$(call AutoLoad,20,usbcore,1)
|
||||
endif
|
||||
$(call AddDepends/nls)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user