diff options
Diffstat (limited to 'applications/luci-app-ksmbd/Makefile')
-rw-r--r-- | applications/luci-app-ksmbd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ksmbd/Makefile b/applications/luci-app-ksmbd/Makefile index 08f476a277..c360614e2d 100644 --- a/applications/luci-app-ksmbd/Makefile +++ b/applications/luci-app-ksmbd/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network Shares - Ksmbd the SMB kernel fileserver -LUCI_DEPENDS:=+ksmbd-server +LUCI_DEPENDS:=+luci-base +ksmbd-server include ../../luci.mk |