projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4941b6c
)
Fix a typo with latest driver, module name changed (#1370)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Feb 2007 09:46:25 +0000
(09:46 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Feb 2007 09:46:25 +0000
(09:46 +0000)
SVN-Revision: 6320
package/spca5xx/Makefile
patch
|
blob
|
history
diff --git
a/package/spca5xx/Makefile
b/package/spca5xx/Makefile
index 153f56514511472c0be34fe8ef6801de2df92f6b..55ab35f82aa4a1daf1106dec10b181db0e1aa7e2 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,
spca5xx
)
+ AUTLOAD:=$(call AutoLoad,90,
gspca
)
endef
define Build/Compile