projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63dadf
)
Fix another typo, definitively closes #1370
author
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Feb 2007 10:08:40 +0000
(10:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Feb 2007 10:08:40 +0000
(10:08 +0000)
SVN-Revision: 6322
package/spca5xx/Makefile
patch
|
blob
|
history
diff --git
a/package/spca5xx/Makefile
b/package/spca5xx/Makefile
index 55ab35f82aa4a1daf1106dec10b181db0e1aa7e2..90a29ef3863489bc7704f3ffd8883cce73b3085c 100644
(file)
--- 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)
+ AUT
O
LOAD:=$(call AutoLoad,90,gspca)
endef
define Build/Compile