fix kmod-pwc compile

SVN-Revision: 8088
This commit is contained in:
Felix Fietkau
2007-07-21 00:50:31 +00:00
parent d5de71ebf8
commit 7705412da1
3 changed files with 85 additions and 12 deletions

View File

@@ -298,10 +298,10 @@ endef
$(eval $(call KernelPackage,ueagle-atm))
define KernelPackage/usb-pwc
$(call usbdep,+kmod-videodev)
$(call usbdep,+kmod-videodev @LINUX_2_6)
TITLE:=Philips WebCam driver
DESCRIPTION:=Kernel modules for supporting Philips WebCam USB devices
KCONFIG:=CONFIG_USB_PWC
KCONFIG:=CONFIG_USB_PWC CONFIG_VIDEO_V4L1=y CONFIG_VIDEO_CAPTURE_DRIVERS=y CONFIG_V4L_USB_DRIVERS=y CONFIG_USB_PWC_DEBUG=n
AUTOLOAD:=$(call AutoLoad,70,pwc)
endef