1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00

Fix another typo, definitively closes #1370

SVN-Revision: 6322
This commit is contained in:
Florian Fainelli 2007-02-19 10:08:40 +00:00
parent c63dadfe0a
commit cc0f0c2a30

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