summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-05-23 15:28:32 +0000
committerJohn Crispin <john@openwrt.org>2015-05-23 15:28:32 +0000
commite2521a4bce13976cd6c702e53b7433a09ce4d8fb (patch)
tree9393399459f8af9ef116d0c343bea5e4c0446bda
parentc0b0ee9d9e6c66ab774502d79c07ef35092b9a18 (diff)
downloadmaster-31e0f0ae-e2521a4bce13976cd6c702e53b7433a09ce4d8fb.tar.gz
master-31e0f0ae-e2521a4bce13976cd6c702e53b7433a09ce4d8fb.tar.bz2
master-31e0f0ae-e2521a4bce13976cd6c702e53b7433a09ce4d8fb.zip
modules/usb: another cleanup: remove ancient module names
modules relating to CONFIG_USB_AUDIO Kernel <2.6.35 is not supported in trunk Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45734
-rw-r--r--package/kernel/linux/modules/usb.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index f3c84e6f10..5219da9c60 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -551,18 +551,10 @@ define KernelPackage/usb-audio
CONFIG_SND_USB_AUDIO
$(call AddDepends/usb)
$(call AddDepends/sound)
-# For Linux 2.6.35+
-ifneq ($(wildcard $(LINUX_DIR)/sound/usb/snd-usbmidi-lib.ko),)
FILES:= \
$(LINUX_DIR)/sound/usb/snd-usbmidi-lib.ko \
$(LINUX_DIR)/sound/usb/snd-usb-audio.ko
AUTOLOAD:=$(call AutoProbe,snd-usbmidi-lib snd-usb-audio)
-else
- FILES:= \
- $(LINUX_DIR)/sound/usb/snd-usb-lib.ko \
- $(LINUX_DIR)/sound/usb/snd-usb-audio.ko
- AUTOLOAD:=$(call AutoProbe,snd-usb-lib snd-usb-audio)
-endif
endef
define KernelPackage/usb-audio/description