Просмотр исходного кода

cryptodev-linux: update to latest github version

Waldemar Brodkorb 19 часов назад
Родитель
Сommit
28e7b630f9
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      package/cryptodev-linux/Makefile

+ 3 - 1
package/cryptodev-linux/Makefile

@@ -4,7 +4,7 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		cryptodev-linux
-PKG_VERSION:=		5e7121e45ff283d30097da381fd7e97c4bb61364
+PKG_VERSION:=		08644db02d43478f802755903212f5ee506af73b
 PKG_GIT:=		hash
 PKG_RELEASE:=		1
 PKG_DESCR:=		device that allows access to kernel cryptographic drivers
@@ -15,6 +15,8 @@ PKG_KDEPENDS:=		crypto-aead crypto-algapi crypto-manager
 PKG_URL:=		http://home.gna.org/cryptodev-linux/
 PKG_SITES:=		https://github.com/cryptodev-linux/cryptodev-linux.git
 
+DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.gz
+
 include $(ADK_TOPDIR)/mk/package.mk
 include $(ADK_TOPDIR)/mk/$(ADK_TARGET_OS)-ver.mk
 include ${ADK_TOPDIR}/mk/kernel-vars.mk