From 8ca29efec862350d8d621235999947c329dfaba7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 3 Jul 2018 11:07:31 +0200 Subject: [PATCH] luci-lib-json: depend on luci-base Fixes #506 Signed-off-by: Jo-Philipp Wich --- libs/luci-lib-json/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/luci-lib-json/Makefile b/libs/luci-lib-json/Makefile index ededc1f650..9e3162a8e6 100644 --- a/libs/luci-lib-json/Makefile +++ b/libs/luci-lib-json/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI JSON library -LUCI_DEPENDS:= +LUCI_DEPENDS:=+luci-base PKG_LICENSE:=Apache-2.0 -- 2.30.2