From 7df3479d1277fd56771c68347e8ac838505f2298 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 5 Oct 2009 21:02:29 +0000 Subject: [PATCH] qc-usb: fix kernel version dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@17938 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- multimedia/qc-usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/qc-usb/Makefile b/multimedia/qc-usb/Makefile index 8c428ebf6..6f6f0bda0 100644 --- a/multimedia/qc-usb/Makefile +++ b/multimedia/qc-usb/Makefile @@ -38,7 +38,7 @@ define KernelPackage/video-quickcam $(call Package/qc-usb/Default) SUBMENU:=Video Support TITLE:=QuickCam Express USB webcam support - DEPENDS:=@USB_SUPPORT @!LINUX_2_6_29 @!LINUX_2_6_30 +kmod-usb-core +kmod-video-core + DEPENDS:=@USB_SUPPORT @LINUX_2_4||LINUX_2_6_25||LINUX_2_6_27||LINUX_2_6_28 +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/quickcam.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,quickcam) endef -- 2.11.0