You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-kernel_ksmbd

32 lines
1.1 KiB

Source-Makefile: feeds/packages/kernel/ksmbd/Makefile
Package: kmod-fs-ksmbd
Submenu: Filesystems
Version: <LINUX_VERSION>+3.1.3-1
Depends: +kmod-nls-base +kmod-nls-utf8 +kmod-crypto-md4 +kmod-crypto-md5 +kmod-crypto-hmac +kmod-crypto-ecb +kmod-crypto-des +kmod-crypto-sha256 +kmod-crypto-cmac +kmod-crypto-sha512 +kmod-crypto-aead +kmod-crypto-ccm +kmod-crypto-gcm
Conflicts:
Menu-Depends:
Provides:
Section: kernel
Category: Kernel modules
Title: SMB kernel server support
Maintainer: Andy Walsh <andy.walsh44+github@gmail.com>
Source: ksmbd-3.1.3.tar.gz
License: GPL-2.0-or-later
LicenseFiles: COPYING
Type: ipkg
Description: Ksmbd is an In-kernel SMBv(1)2/3 fileserver.
It's an implementation of the SMB protocol in kernel space for sharing files and IPC services over network.
https://github.com/cifsd-team/cifsd
Andy Walsh <andy.walsh44+github@gmail.com>
@@
Config:
config KSMBD_SMB_INSECURE_SERVER
bool "Support for insecure SMB1/CIFS and SMB2.0 protocols"
depends on PACKAGE_kmod-fs-ksmbd
help
This enables deprecated insecure protocols dialects: SMB1/CIFS and SMB2.0.
default y
@@