diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-02-19 10:08:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-02-19 10:08:40 +0000 |
commit | cc0f0c2a3006e8ae199d9ae07a02f54027a6d576 (patch) | |
tree | fc77e11fe95de6849e54cc9017a8a2caee535a80 /package | |
parent | c63dadfe0a253815a2d55f898818697010369b8d (diff) | |
download | upstream-cc0f0c2a3006e8ae199d9ae07a02f54027a6d576.tar.gz upstream-cc0f0c2a3006e8ae199d9ae07a02f54027a6d576.tar.bz2 upstream-cc0f0c2a3006e8ae199d9ae07a02f54027a6d576.zip |
Fix another typo, definitively closes #1370
SVN-Revision: 6322
Diffstat (limited to 'package')
-rw-r--r-- | package/spca5xx/Makefile | 2 |
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 |