From feb1a188e51191a8088596d503599d5f5f268d8b Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 17 Feb 2021 20:31:53 +0100 Subject: [PATCH] ksmbd: remove kmod-crypto-arc4 dependency This kernel module is already set for target/linux/generic/config-4.14 in OpenWrt 19.07 branch. This solves a problem that this package can not be installed on the router: * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-ksmbd: * kmod-crypto-arc4 * opkg_install_cmd: Cannot install package kmod-fs-ksmbd. Signed-off-by: Josef Schlehofer --- kernel/ksmbd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/ksmbd/Makefile b/kernel/ksmbd/Makefile index 050bda84c..5fde0cc18 100644 --- a/kernel/ksmbd/Makefile +++ b/kernel/ksmbd/Makefile @@ -29,7 +29,6 @@ define KernelPackage/fs-ksmbd +kmod-crypto-md4 \ +kmod-crypto-md5 \ +kmod-crypto-hmac \ - +kmod-crypto-arc4 \ +kmod-crypto-ecb \ +kmod-crypto-des \ +kmod-crypto-sha256 \