projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40cfdf5
)
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>
Mon, 8 Jan 2024 22:15:35 +0000
(23:15 +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>
(cherry picked from commit
5067863d67e4585f166133e1b9d6e482fde4c80f
)
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 1dddebfed736986363149ba81d6fd3c6c45d91d3..9724fa72007d3e303031d5e98361fd8c54c92ea0 100644
(file)
--- 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 \