diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 20:37:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 20:38:12 +0100 |
commit | 68ef4fa6487213d2d03389045557fa5432c4c605 (patch) | |
tree | 963dc63af657e14ac9ac0c835e5d0f6d3f760e82 /package/cryptodev-linux/Makefile | |
parent | 9d06ffe9c62e8ee3af28997e28c7c95b09aa78df (diff) |
use new PKG_KDEPENDS variable
Diffstat (limited to 'package/cryptodev-linux/Makefile')
-rw-r--r-- | package/cryptodev-linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cryptodev-linux/Makefile b/package/cryptodev-linux/Makefile index 957853724..6998ac1a1 100644 --- a/package/cryptodev-linux/Makefile +++ b/package/cryptodev-linux/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= 67fabde9fb67b286a96c4f45b594b0eccd0f761b495705c18f2ae9461b831376 PKG_DESCR:= device that allows access to kernel cryptographic drivers PKG_SECTION:= app/crypto +PKG_KDEPENDS:= crypto-aead crypto-algapi crypto-manager PKG_URL:= http://home.gna.org/cryptodev-linux/ PKG_SITES:= http://download.gna.org/cryptodev-linux/ |