1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 05:05:08 +03:00

fix module path in kmod-pwc template

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2322 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-11-03 04:32:36 +00:00
parent 76e0390eb3
commit 840dc771fc

View File

@ -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,\