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