From 23160bce152a0ee09a644c798abde1959af6b035 Mon Sep 17 00:00:00 2001 From: Packet Please Date: Mon, 8 Jul 2024 21:53:45 +0200 Subject: [PATCH] luci-app-olsr2: fix dependencies Signed-off-by: Packet Please --- luci/luci-app-olsr2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/luci-app-olsr2/Makefile b/luci/luci-app-olsr2/Makefile index b87c9720..6033d070 100644 --- a/luci/luci-app-olsr2/Makefile +++ b/luci/luci-app-olsr2/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OLSRv2 status module -LUCI_EXTRA_DEPENDS:=+luci-compat +oonf-olsrd2 +luci-lib-json +LUCI_EXTRA_DEPENDS:=luci-compat, oonf-olsrd2, luci-lib-json PKG_RELEASE:=2 include ../include-luci.mk