diff options
Diffstat (limited to 'applications/luci-app-samba4')
-rw-r--r-- | applications/luci-app-samba4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-samba4/Makefile b/applications/luci-app-samba4/Makefile index b0dedc5413..0073e6a7e3 100644 --- a/applications/luci-app-samba4/Makefile +++ b/applications/luci-app-samba4/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network Shares - Samba 4 SMB/CIFS fileserver -LUCI_DEPENDS:=+samba4-server +LUCI_DEPENDS:=+luci-base +samba4-server include ../../luci.mk |