From cde13dc2459fa20ad0f889dbee925c7bdddaf806 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 3 Jul 2018 12:30:44 +0200 Subject: [PATCH] Revert "luci-lib-json: depend on luci-base" This reverts commit 8ca29efec862350d8d621235999947c329dfaba7. --- 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 9e3162a8e6..ededc1f650 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-base +LUCI_DEPENDS:= PKG_LICENSE:=Apache-2.0 -- 2.30.2