projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3645ac8
)
linux/modules: remove deprecated module
author
John Audia
<therealgraysky@proton.me>
Wed, 27 Dec 2023 09:49:23 +0000
(
04:49
-0500)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 4 Jan 2024 21:25:17 +0000
(22:25 +0100)
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@qq.com>
Signed-off-by: John Audia <therealgraysky@proton.me>
package/kernel/linux/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/fs.mk
b/package/kernel/linux/modules/fs.mk
index f2acaa74398458a69ce2dbc2bfdf19465c492291..58af180c28014769c9036250317bde6b5ab1f6fc 100644
(file)
--- a/
package/kernel/linux/modules/fs.mk
+++ b/
package/kernel/linux/modules/fs.mk
@@
-359,8
+359,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 \