aboutsummaryrefslogtreecommitdiffstats
path: root/package/spca5xx
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-02-19 10:08:40 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-02-19 10:08:40 +0000
commitdd42dcb5014c7e43539f590cde105b50dcef70f5 (patch)
tree99cb2c99559ebfb52d0c3da993aa763a4fad0fc4 /package/spca5xx
parentaf408622610172311eaea5044a0f567ec3c8e061 (diff)
downloadmaster-187ad058-dd42dcb5014c7e43539f590cde105b50dcef70f5.tar.gz
master-187ad058-dd42dcb5014c7e43539f590cde105b50dcef70f5.tar.bz2
master-187ad058-dd42dcb5014c7e43539f590cde105b50dcef70f5.zip
Fix another typo, definitively closes #1370
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6322 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/spca5xx')
-rw-r--r--package/spca5xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile
index 55ab35f82a..90a29ef386 100644
--- a/package/spca5xx/Makefile
+++ b/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,gspca)
+ AUTOLOAD:=$(call AutoLoad,90,gspca)
endef
define Build/Compile