projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix module path in kmod-pwc template
[openwrt.git]
/
openwrt
/
target
/
linux
/
linux-2.6
/
Makefile
diff --git
a/openwrt/target/linux/linux-2.6/Makefile
b/openwrt/target/linux/linux-2.6/Makefile
index
06ac2c6
..
c71d9e4
100644
(file)
--- a/
openwrt/target/linux/linux-2.6/Makefile
+++ b/
openwrt/target/linux/linux-2.6/Makefile
@@
-175,7
+175,7
@@
$(eval $(call KMOD_template,FS_XFS,fs-xfs,\
# Multimedia
$(eval $(call KMOD_template,PWC,pwc,\
- $(MODULES_DIR)/kernel/drivers/usb/pwc.ko \
+ $(MODULES_DIR)/kernel/drivers/usb/
media/pwc/
pwc.ko \
,CONFIG_USB_PWC,kmod-videodev,63,pwc))
$(eval $(call KMOD_template,SOUNDCORE,soundcore,\
This page took
0.030938 seconds
and
4
git commands to generate.