summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-omcproxy/Makefile
diff options
context:
space:
mode:
authorSergey Ponomarev <stokito@gmail.com>2023-09-24 11:11:42 +0300
committerSergey Ponomarev <stokito@gmail.com>2023-09-24 11:11:42 +0300
commit3e7fe9f07bc7f775f9fb3d1f1e2a9b972faf86d1 (patch)
treee8fc87af744a47791f1b2f004736790827de39a3 /applications/luci-app-omcproxy/Makefile
parent2edb20189a4bf54e55625a6f88cb475c11e77df6 (diff)
applications: add missing dependency to luci-base
It's better to explicitly define it Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-omcproxy/Makefile')
-rw-r--r--applications/luci-app-omcproxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-omcproxy/Makefile b/applications/luci-app-omcproxy/Makefile
index 622ce06950..77bf565015 100644
--- a/applications/luci-app-omcproxy/Makefile
+++ b/applications/luci-app-omcproxy/Makefile
@@ -14,7 +14,7 @@ PKG_MAINTAINER:=Shun Li <riverscn@gmail.com>
PKG_LICENSE:=Apache-2.0
LUCI_TITLE:=LuCI support for omcproxy
-LUCI_DEPENDS:=+omcproxy
+LUCI_DEPENDS:=+luci-base +omcproxy
LUCI_PKGARCH:=all
include ../../luci.mk