fix kmod-pwc compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8088 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2007-07-21 00:50:31 +00:00
parent 3e88e80852
commit 6888fee017
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