projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix typo in UnistallDev
[openwrt.git]
/
package
/
spca5xx
/
Makefile
diff --git
a/package/spca5xx/Makefile
b/package/spca5xx/Makefile
index
d063433
..
79b6636
100644
(file)
--- a/
package/spca5xx/Makefile
+++ b/
package/spca5xx/Makefile
@@
-9,26
+9,24
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
-PKG_NAME:=
spca5xx
-PKG_VERSION:=200
60501
+PKG_NAME:=
gspcav1
+PKG_VERSION:=200
70110
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/
-PKG_MD5SUM:=8fcec25715aea10f9ebec5728c37e752
-PKG_CAT:=zcat
+PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download
+PKG_MD5SUM:=1e3fa004490a07b7b76de03d70b3e8ea
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
-#FIXME: add proper dependency handling on kmod-usb-core & kmod-videodev packages
-define Package/kmod-spca5xx
- SECTION:=kernel
- CATEGORY:=Kernel drivers
- DEPENDS:=@PACKAGE_KMOD_USB&&PACKAGE_KMOD_VIDEODEV
+define KernelPackage/gspca
+ SUBMENU:=Other modules
+ DEPENDS:=@LINUX_2_6 kmod-usb-core kmod-videodev @VIDEO_SUPPORT
TITLE:=Driver for SPCA5xx based USB cameras
URL:=http://mxhaard.free.fr/
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
TITLE:=Driver for SPCA5xx based USB cameras
URL:=http://mxhaard.free.fr/
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
+ FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,90,gspca)
endef
define Build/Compile
endef
define Build/Compile
@@
-42,10
+40,4
@@
define Build/Compile
modules
endef
modules
endef
-define Package/kmod-spca5xx/install
- install -m0755 -d $(1)/lib/modules/$(LINUX_VERSION)
- $(CP) $(PKG_BUILD_DIR)/spca5xx.$(LINUX_KMOD_SUFFIX) \
- $(1)/lib/modules/$(LINUX_VERSION)/
-endef
-
-$(eval $(call BuildPackage,kmod-spca5xx))
+$(eval $(call KernelPackage,gspca))
This page took
0.024306 seconds
and
4
git commands to generate.