From: Josef Schlehofer Date: Wed, 17 Feb 2021 19:31:53 +0000 (+0100) Subject: ksmbd: remove kmod-crypto-arc4 dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=feb1a188e51191a8088596d503599d5f5f268d8b;p=feed%2Fpackages.git 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 --- diff --git a/kernel/ksmbd/Makefile b/kernel/ksmbd/Makefile index 050bda84cf..5fde0cc186 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 \