[openwrt/openwrt] linux/modules: remove deprecated module
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 8 14:17:39 PST 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/0cd6b3fd0c9e0d8a297bfbd47efa6afffe360697
commit 0cd6b3fd0c9e0d8a297bfbd47efa6afffe360697
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Wed Dec 27 04:49:23 2023 -0500
linux/modules: remove deprecated module
Remove upstream deprecated module from our build, see[1]
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit?h=v5.15.145&id=6cd90c01b032f335d18966b2d979eef43eb2cfc1
Suggested-by: Shiji Yang <yangshiji66 at qq.com>
Signed-off-by: John Audia <therealgraysky at proton.me>
(cherry picked from commit 5067863d67e4585f166133e1b9d6e482fde4c80f)
---
package/kernel/linux/modules/fs.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index 1dddebfed7..9724fa7200 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -352,8 +352,7 @@ define KernelPackage/fs-ksmbd
DEPENDS:= \
+kmod-nls-base \
+kmod-nls-utf8 \
- +kmod-crypto-md4 \
- +kmod-crypto-md5 \
+ +kmod-crypto-md5 \
+kmod-crypto-hmac \
+kmod-crypto-ecb \
+kmod-crypto-des \
More information about the lede-commits
mailing list