[][Fix openwrt ksmbd bring up fail issue]

[Description]
Fix openwrt ksmbd bring up fail issue
1. this issue come from this revert
https://git.openwrt.org/?p=feed/packages.git;a=commit;h=fbcaa8bce87f3a45605b80aae0024f9d68388e4f
2. we rollback and update to ksmbd v3.4.4 to fix it
3. Test ok

[Release-log]
N/A

Change-Id: I2b089a4529301fd2bc509dc69652e14599a6b5d8
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6109747
diff --git a/openwrt_patches-21.02/9001-ksmbd-update-to-fix-run-fail.patch b/openwrt_patches-21.02/9001-ksmbd-update-to-fix-run-fail.patch
new file mode 100644
index 0000000..f4d94ed
--- /dev/null
+++ b/openwrt_patches-21.02/9001-ksmbd-update-to-fix-run-fail.patch
@@ -0,0 +1,19 @@
+diff --git a/feeds/packages/net/ksmbd-tools/Makefile b/feeds/packages/net/ksmbd-tools/Makefile
+index ad74c28..5dcc7c8 100644
+--- a/feeds/packages/net/ksmbd-tools/Makefile
++++ b/feeds/packages/net/ksmbd-tools/Makefile
+@@ -1,12 +1,12 @@
+ include $(TOPDIR)/rules.mk
+ 
+ PKG_NAME:=ksmbd-tools
+-PKG_VERSION:=3.4.2
++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/ksmbd-tools/tar.gz/$(PKG_VERSION)?
+-PKG_HASH:=fb79bf9201321adb33f8a5f0a12bd205a86b2d4bb057a9f98e0e9521664c2bcd
++PKG_HASH:=cc7cc2fcbeed052176894a8dbbf290919c3735b320401c6492cf17f1ba1a3548
+ 
+ PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
+ PKG_LICENSE:=GPL-2.0-or-later