Fix another typo, definitively closes #1370

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6322 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-02-19 10:08:40 +00:00
parent af40862261
commit dd42dcb501
1 changed files with 1 additions and 1 deletions

View 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