Просмотр исходного кода

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 <[email protected]>
Signed-off-by: John Audia <[email protected]>
John Audia 2 лет назад
Родитель
Сommit
5067863d67
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      package/kernel/linux/modules/fs.mk

+ 1 - 2
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 \