Browse Source

Fix a typo with latest driver, module name changed (#1370)

SVN-Revision: 6320
Florian Fainelli 19 years ago
parent
commit
4602719db3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/spca5xx/Makefile

+ 1 - 1
package/spca5xx/Makefile

@@ -29,7 +29,7 @@ define KernelPackage/gspca
   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