From: Nicolas Thill Date: Thu, 3 Nov 2005 04:32:36 +0000 (+0000) Subject: fix module path in kmod-pwc template X-Git-Tag: reboot~31749 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e871ad3df4b3f20ac29318cc152f433cc803d69e;p=openwrt%2Fopenwrt.git fix module path in kmod-pwc template SVN-Revision: 2322 --- diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 06ac2c6d7a..c71d9e4b37 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,\