From: Jo-Philipp Wich Date: Tue, 3 Jul 2018 09:07:31 +0000 (+0200) Subject: luci-lib-json: depend on luci-base X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ca29efec862350d8d621235999947c329dfaba7;p=oweals%2Fluci.git luci-lib-json: depend on luci-base Fixes #506 Signed-off-by: Jo-Philipp Wich --- diff --git a/libs/luci-lib-json/Makefile b/libs/luci-lib-json/Makefile index ededc1f65..9e3162a8e 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