diff options
Diffstat (limited to 'applications/luci-app-ksmbd/Makefile')
-rw-r--r-- | applications/luci-app-ksmbd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-ksmbd/Makefile b/applications/luci-app-ksmbd/Makefile new file mode 100644 index 000000000..403d6c415 --- /dev/null +++ b/applications/luci-app-ksmbd/Makefile @@ -0,0 +1,10 @@ +# This is free software, licensed under the Apache License, Version 2.0 . + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Network Shares - Ksmbd the SMB kernel fileserver +LUCI_DEPENDS:=+ksmbd-server + +include $(TOPDIR)/feeds/luci/luci.mk + +# call BuildPackage - OpenWrt buildroot signature |