diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-07-22 17:04:40 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-07-24 13:18:25 +0200 |
commit | 5c5dc024415a4086a4563131dfcec1643ba580cd (patch) | |
tree | 12f1786d921b5657a99e719372798501262b7205 /applications/luci-app-samba4/Makefile | |
parent | a8a5b2feb23f0b3662f03d9fa71f211ab30fe6d9 (diff) |
luci-app-samba4: add new application
* updated version for the samba4 package
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'applications/luci-app-samba4/Makefile')
-rw-r--r-- | applications/luci-app-samba4/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-samba4/Makefile b/applications/luci-app-samba4/Makefile new file mode 100644 index 000000000..08403fb2f --- /dev/null +++ b/applications/luci-app-samba4/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 - Samba 4 SMB/CIFS module +LUCI_DEPENDS:=+samba4-server + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |