diff options
Diffstat (limited to 'applications/luci-app-smbd/Makefile')
-rw-r--r-- | applications/luci-app-smbd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-smbd/Makefile b/applications/luci-app-smbd/Makefile new file mode 100644 index 000000000..641bbd476 --- /dev/null +++ b/applications/luci-app-smbd/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 - SMBD the SMB kernel fileserver +LUCI_DEPENDS:=+smbd-server + +include $(TOPDIR)/feeds/luci/luci.mk + +# call BuildPackage - OpenWrt buildroot signature |