From ffa1a3a364135f14124bc044e0fbbeb3ed9f9ae6 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 19 Feb 2020 14:44:31 +0800 Subject: [PATCH] luci-app-cifsd: load modules on boot --- package/lean/luci-app-cifsd/Makefile | 2 +- package/lean/luci-app-cifsd/root/etc/modules.d/ksmbd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 package/lean/luci-app-cifsd/root/etc/modules.d/ksmbd diff --git a/package/lean/luci-app-cifsd/Makefile b/package/lean/luci-app-cifsd/Makefile index 119ed542e..26347d6ca 100644 --- a/package/lean/luci-app-cifsd/Makefile +++ b/package/lean/luci-app-cifsd/Makefile @@ -7,7 +7,7 @@ LUCI_DEPENDS:=+ksmbd-server LUCI_PKGARCH:=all PKG_NAME:=luci-app-cifsd PKG_VERSION:=1 -PKG_RELEASE:=6 +PKG_RELEASE:=7 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/lean/luci-app-cifsd/root/etc/modules.d/ksmbd b/package/lean/luci-app-cifsd/root/etc/modules.d/ksmbd new file mode 100644 index 000000000..f32d1bb85 --- /dev/null +++ b/package/lean/luci-app-cifsd/root/etc/modules.d/ksmbd @@ -0,0 +1 @@ +ksmbd \ No newline at end of file