ksmbd: remove kmod-crypto-arc4 dependency 14778/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 17 Feb 2021 19:31:53 +0000 (20:31 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 17 Feb 2021 19:32:55 +0000 (20:32 +0100)
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 <pepe.schlehofer@gmail.com>
kernel/ksmbd/Makefile

index 050bda84cf771d2af308a191ee5f016ced187dcb..5fde0cc1862ea1831e34cee6e7c977b9c1de7327 100644 (file)
@@ -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 \