Fix a typo with latest driver, module name changed (#1370)
SVN-Revision: 6320
This commit is contained in:
parent
4941b6c4bd
commit
4602719db3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ define KernelPackage/gspca
|
||||||
URL:=http://mxhaard.free.fr/
|
URL:=http://mxhaard.free.fr/
|
||||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||||
FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTLOAD:=$(call AutoLoad,90,spca5xx)
|
AUTLOAD:=$(call AutoLoad,90,gspca)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue