projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09baa8a
)
fix path to usb audio module
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 19:05:46 +0000
(19:05 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 19:05:46 +0000
(19:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6364
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index
25d2862
..
5c9b083
100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-133,7
+133,7
@@
endef
define KernelPackage/usb-audio/2.6
KCONFIG:=$(CONFIG_SND_USB_AUDIO)
- FILES:=$(MODULES_DIR)/kernel/
drivers/usb/class/
audio.ko
+ FILES:=$(MODULES_DIR)/kernel/
sound/usb/snd-usb-
audio.ko
endef
$(eval $(call KernelPackage,usb-audio))