From d1ad1c2c56b33cba78957c4b0c01b03d6238bcae Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 27 May 2012 15:22:13 +0000 Subject: kernel: remove more unnecessary kernel version checks/dependencies SVN-Revision: 31907 --- package/kernel/modules/usb.mk | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'package/kernel/modules/usb.mk') diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 537149c36d..143f7540f7 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -16,15 +16,10 @@ 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 - ifndef CONFIG_LINUX_3_1 - FILES:= \ + 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 + AUTOLOAD:=$(call AutoLoad,20,usb-common usbcore,1) $(call AddDepends/nls) endef -- cgit v1.2.3