diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-22 18:08:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 18:08:58 +0100 |
commit | 9f9da52b55c59436c5d7b9e1f8857dc7a85be801 (patch) | |
tree | e3e2bf911f898103c88ae7f3cd6ab52dfd6ab469 /applications/luci-app-samba4/Makefile | |
parent | 8672ddcf0b8b59e6cee200e678972f8fea27998f (diff) | |
parent | 877dec0fe58a93073d3c7de40aaba57aa950362c (diff) |
Merge pull request #3344 from Andy2244/luci-app-samba4-switch-js-api
luci-app-samba4: switch to luci static javascript api
Diffstat (limited to 'applications/luci-app-samba4/Makefile')
-rw-r--r-- | applications/luci-app-samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-samba4/Makefile b/applications/luci-app-samba4/Makefile index 3366dd8a16..b0dedc5413 100644 --- a/applications/luci-app-samba4/Makefile +++ b/applications/luci-app-samba4/Makefile @@ -2,8 +2,8 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=Network Shares - Samba 4 SMB/CIFS module -LUCI_DEPENDS:=+luci-compat +samba4-server +LUCI_TITLE:=Network Shares - Samba 4 SMB/CIFS fileserver +LUCI_DEPENDS:=+samba4-server include ../../luci.mk |