diff options
author | Richard Yu <yurichard3839@gmail.com> | 2019-10-17 00:38:49 +0800 |
---|---|---|
committer | Richard Yu <yurichard3839@gmail.com> | 2019-10-17 00:38:49 +0800 |
commit | 43f6ca451766a4a32587a85a38cb45e6479fb92e (patch) | |
tree | b08b96082123553c4f1c8c42d631f7584c5521cc /applications/luci-app-cifsd/Makefile | |
parent | 355223ecdd9f8b7e19f6d8bf5d726ad94f380677 (diff) |
luci-app-cifsd: add new package
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
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 |