From: Jo-Philipp Wich Date: Tue, 3 Jul 2018 10:30:44 +0000 (+0200) Subject: Revert "luci-lib-json: depend on luci-base" X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cde13dc2459fa20ad0f889dbee925c7bdddaf806;p=project%2Fluci.git Revert "luci-lib-json: depend on luci-base" This reverts commit 8ca29efec862350d8d621235999947c329dfaba7. --- 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