Revert previous commit oops :/
[openwrt.git] / package / spca5xx / Makefile
index 475d369..90a29ef 100644 (file)
@@ -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)
+  AUTOLOAD:=$(call AutoLoad,90,gspca)
 endef
 
 define Build/Compile
This page took 0.025518 seconds and 4 git commands to generate.