Skip to content
Snippets Groups Projects
Commit e54bff6a authored by florian's avatar florian
Browse files

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
parent 324d6bc6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment