Fix another typo, definitively closes #1370
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Feb 2007 10:08:40 +0000 (10:08 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Feb 2007 10:08:40 +0000 (10:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6322 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/spca5xx/Makefile

index 55ab35f..90a29ef 100644 (file)
@@ -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,gspca)
+  AUTOLOAD:=$(call AutoLoad,90,gspca)
 endef
 
 define Build/Compile