summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-03 04:32:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-03 04:32:36 +0000
commite871ad3df4b3f20ac29318cc152f433cc803d69e (patch)
treeb54e415d6aaa8f0d14e0a965c4d4b3aeb2d38c75 /openwrt/target
parent4d2c00455f9e51acb74f649615c2403ebcd72beb (diff)
downloadmtk-20170518-e871ad3df4b3f20ac29318cc152f433cc803d69e.zip
mtk-20170518-e871ad3df4b3f20ac29318cc152f433cc803d69e.tar.gz
mtk-20170518-e871ad3df4b3f20ac29318cc152f433cc803d69e.tar.bz2
fix module path in kmod-pwc template
SVN-Revision: 2322
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/linux-2.6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile
index 06ac2c6..c71d9e4 100644
--- 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,\