commit
b0ccc35690
2 changed files with 9 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ksmbd
|
PKG_NAME:=ksmbd
|
||||||
PKG_VERSION:=3.3.9
|
PKG_VERSION:=3.4.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/cifsd-team/cifsd/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/cifsd-team/cifsd/tar.gz/$(PKG_VERSION)?
|
||||||
PKG_HASH:=c196d1773b9f89221133780fd189b550acbc56ac93c2e79260a70eab9853b3e1
|
PKG_HASH:=694960bd0c01de8c4dba0087515343875e6b29bc11bb6b663b8499c66fe0f842
|
||||||
|
|
||||||
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
@ -29,7 +29,6 @@ define KernelPackage/fs-ksmbd
|
||||||
+kmod-crypto-md4 \
|
+kmod-crypto-md4 \
|
||||||
+kmod-crypto-md5 \
|
+kmod-crypto-md5 \
|
||||||
+kmod-crypto-hmac \
|
+kmod-crypto-hmac \
|
||||||
+kmod-crypto-arc4 \
|
|
||||||
+kmod-crypto-ecb \
|
+kmod-crypto-ecb \
|
||||||
+kmod-crypto-des \
|
+kmod-crypto-des \
|
||||||
+kmod-crypto-sha256 \
|
+kmod-crypto-sha256 \
|
||||||
|
@ -38,9 +37,13 @@ define KernelPackage/fs-ksmbd
|
||||||
+kmod-crypto-aead \
|
+kmod-crypto-aead \
|
||||||
+kmod-crypto-ccm \
|
+kmod-crypto-ccm \
|
||||||
+kmod-crypto-gcm \
|
+kmod-crypto-gcm \
|
||||||
+kmod-lib-crc32c
|
+kmod-fs-nfsd \
|
||||||
|
+kmod-nf-nathelper-extra
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
# The last two DEPENDS are hacks in order to get CONFIG_ASN1 and CONFIG_OID_REGISTRY
|
||||||
|
# which it seems can't be selected independently. Some bug in either base or upstream.
|
||||||
|
|
||||||
define KernelPackage/fs-ksmbd/description
|
define KernelPackage/fs-ksmbd/description
|
||||||
Ksmbd is an In-kernel SMBv(1)2/3 fileserver.
|
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.
|
It's an implementation of the SMB protocol in kernel space for sharing files and IPC services over network.
|
||||||
|
|
|
@ -7,5 +7,5 @@
|
||||||
+#undef CONFIG_MODULE_STRIPPED
|
+#undef CONFIG_MODULE_STRIPPED
|
||||||
+
|
+
|
||||||
#include <linux/ctype.h>
|
#include <linux/ctype.h>
|
||||||
#include <linux/version.h>
|
|
||||||
|
|
||||||
|
#include "unicode.h"
|
||||||
|
|
Loading…
Reference in a new issue