X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fspca5xx%2FMakefile;h=55ab35f82aa4a1daf1106dec10b181db0e1aa7e2;hp=475d36900a0bbd34c5a79646c8a9963d41ff2bec;hb=4602719db328c5ad9c7312640ecc3ec1c021aea4;hpb=223ded4f1d9fd24d63e06bf18b1285e7a858bc0d diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile index 475d36900a..55ab35f82a 100644 --- a/package/spca5xx/Makefile +++ b/package/spca5xx/Makefile @@ -24,12 +24,12 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/gspca SUBMENU:=Other modules - DEPENDS:=kmod-usb-core kmod-videodev @VIDEO_SUPPORT + DEPENDS:=@LINUX_2_6 kmod-usb-core kmod-videodev @VIDEO_SUPPORT TITLE:=Driver for SPCA5xx based USB cameras URL:=http://mxhaard.free.fr/ VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX) - AUTLOAD:=$(call AutoLoad,90,spca5xx) + AUTLOAD:=$(call AutoLoad,90,gspca) endef define Build/Compile