From 612738d487f2823331150d8c309397e3a773b9d9 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 4 Dec 2023 19:51:00 +0200 Subject: [PATCH] luci-app-tor: add dependency to tor and tor-hs Signed-off-by: Sergey Ponomarev --- applications/luci-app-tor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-tor/Makefile b/applications/luci-app-tor/Makefile index f270d86e5f5d..c3fcf890e644 100644 --- a/applications/luci-app-tor/Makefile +++ b/applications/luci-app-tor/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI app to configure Tor -LUCI_DEPENDS:=+luci-base +LUCI_DEPENDS:=+luci-base +tor +tor-hs include ../../luci.mk