Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
b0ccc356
Unverified
Commit
b0ccc356
authored
3 years ago
by
Hauke Mehrtens
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #17866 from neheb/1
[21.02] ksmbd: update to 3.44
parents
4919a791
c4bb2fad
No related branches found
Branches containing commit
No related tags found
1 merge request
!11
Merge openwrt v21.02.2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kernel/ksmbd/Makefile
+8
-5
8 additions, 5 deletions
kernel/ksmbd/Makefile
kernel/ksmbd/patches/01-keep_kmod_metadata.patch
+1
-1
1 addition, 1 deletion
kernel/ksmbd/patches/01-keep_kmod_metadata.patch
with
9 additions
and
6 deletions
kernel/ksmbd/Makefile
+
8
−
5
View file @
b0ccc356
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
ksmbd
PKG_VERSION
:=
3.
3.9
PKG_RELEASE
:=
1
PKG_VERSION
:=
3.
4.4
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
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_LICENSE
:=
GPL-2.0-or-later
...
...
@@ -29,7 +29,6 @@ define KernelPackage/fs-ksmbd
+kmod-crypto-md4
\
+kmod-crypto-md5
\
+kmod-crypto-hmac
\
+kmod-crypto-arc4
\
+kmod-crypto-ecb
\
+kmod-crypto-des
\
+kmod-crypto-sha256
\
...
...
@@ -38,9 +37,13 @@ define KernelPackage/fs-ksmbd
+kmod-crypto-aead
\
+kmod-crypto-ccm
\
+kmod-crypto-gcm
\
+kmod-lib-crc32c
+kmod-fs-nfsd
\
+kmod-nf-nathelper-extra
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
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.
...
...
This diff is collapsed.
Click to expand it.
kernel/ksmbd/patches/01-keep_kmod_metadata.patch
+
1
−
1
View file @
b0ccc356
...
...
@@ -7,5 +7,5 @@
+#undef CONFIG_MODULE_STRIPPED
+
#include <linux/ctype.h>
#include <linux/version.h>
#include "unicode.h"
This diff is collapsed.
Click to expand it.
Jani Juvan
@jani
mentioned in commit
4fb15dac
·
2 years ago
mentioned in commit
4fb15dac
mentioned in commit 4fb15dac79b3fb41c474d431fda06020d42974a4
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment