summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-19 09:46:25 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-19 09:46:25 +0000
commite54bff6ab9928d2c5f3262e40d65c529ef677aab (patch)
tree750adabe21b817c03765ec5f583f605a416e07f2 /package
parent324d6bc6aae046fdf319a43ef93cc9474a9961b5 (diff)
Fix a typo with latest driver, module name changed (#1370)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6320 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/spca5xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile
index 153f56514..55ab35f82 100644
--- 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