X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fvideo.mk;h=4a360316486764e43f68f1aafc5578808dfcbb83;hb=157f1fad33e13c5b01c2dc5fbc674e107605f866;hp=79ee7029f5f7981dec07d993d93feabf359af1c8;hpb=01ce4cb6c05b9d2d05143d9b55111c344d8b6692;p=openwrt-10.03%2F.git diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk index 79ee7029f..4a3603164 100644 --- a/package/kernel/modules/video.mk +++ b/package/kernel/modules/video.mk @@ -44,10 +44,26 @@ endef $(eval $(call KernelPackage,video-core)) +define KernelPackage/video-cpia2 + SUBMENU:=$(VIDEO_MENU) + TITLE:=CPIA2 video driver + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core + KCONFIG:=CONFIG_VIDEO_CPIA2 + FILES:=$(LINUX_DIR)/drivers/media/video/cpia2/cpia2.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,70,cpia2) +endef + +define KernelPackage/video-cpia2/description + Kernel modules for supporting CPIA2 USB based cameras. +endef + +$(eval $(call KernelPackage,video-cpia2)) + + define KernelPackage/video-pwc SUBMENU:=$(VIDEO_MENU) - TITLE:=Philips webcam support - DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core + TITLE:=Philips USB webcam support + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core KCONFIG:= \ CONFIG_USB_PWC \ CONFIG_USB_PWC_DEBUG=n @@ -62,18 +78,3 @@ endef $(eval $(call KernelPackage,video-pwc)) - -define KernelPackage/video-cpia2 - SUBMENU:=$(VIDEO_MENU) - TITLE:=CPIA2 video driver - DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core - KCONFIG:=CONFIG_VIDEO_CPIA2 - FILES:=$(LINUX_DIR)/drivers/media/video/cpia2/cpia2.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,70,cpia2) -endef - -define KernelPackage/video-cpia2/description - Kernel modules for supporting CPIA2 USB based cameras. -endef - -$(eval $(call KernelPackage,video-cpia2))