From 47d18246fb5b4d0fa0f9ddddb118b006efde357d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 20 Jan 2016 16:08:57 +0100 Subject: [PATCH] cryptodev: remove dependency on kmod-crypto-core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kernel module kmod-crypto-core was removed in OpenWrt trunk r46820. Signed-off-by: Jan Čermák --- utils/cryptodev-linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/cryptodev-linux/Makefile b/utils/cryptodev-linux/Makefile index a304472d20..4f187c84c6 100644 --- a/utils/cryptodev-linux/Makefile +++ b/utils/cryptodev-linux/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=cryptodev-linux PKG_VERSION:=1.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.gna.org/cryptodev-linux/ @@ -31,7 +31,7 @@ define KernelPackage/cryptodev URL:=http://cryptodev-linux.org/ MAINTAINER:=Nikos Mavrogiannopoulos VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) - DEPENDS:=+kmod-crypto-core +kmod-crypto-authenc +kmod-crypto-hash + DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash FILES:= \ $(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,$(CRYPTODEV_AUTOLOAD))