1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:56:14 +02:00

Fix another typo, definitively closes #1370

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6322 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-02-19 10:08:40 +00:00
parent 8390097182
commit 59922ade8e

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