From 97acabf69e1632d7c2c59987347e43d96f768005 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 19 Feb 2007 10:08:40 +0000 Subject: [PATCH] Fix another typo, definitively closes #1370 SVN-Revision: 6322 --- package/spca5xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2