1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-27 10:41:07 +02:00

fix module path in kmod-pwc template

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

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