From: nbd Date: Fri, 29 May 2009 12:01:35 +0000 (+0000) Subject: ov51x does not build with 2.6.30 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=79ef27cb94e306b056f73b9156559e4a067767d6;p=packages.git ov51x does not build with 2.6.30 git-svn-id: svn://svn.openwrt.org/openwrt/packages@16193 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/ov51x-jpeg/Makefile b/multimedia/ov51x-jpeg/Makefile index 492dc282c..4f84fb3c9 100644 --- a/multimedia/ov51x-jpeg/Makefile +++ b/multimedia/ov51x-jpeg/Makefile @@ -39,7 +39,7 @@ define KernelPackage/video-ov51x-jpeg $(call Package/ov51x-jpeg/Default) SUBMENU:=Video Support TITLE:=OV51x based USB webcam support (JPEG) - DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core + DEPENDS:=@LINUX_2_6 @!LINUX_2_6_30 @USB_SUPPORT +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/ov51x-jpeg.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,70,ov51x-jpeg) endef