diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-03 12:30:44 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-03 12:30:44 +0200 |
commit | cde13dc2459fa20ad0f889dbee925c7bdddaf806 (patch) | |
tree | 1bfd0889e4841ab4241d133a25f46e0c1d1650f1 /libs/luci-lib-json | |
parent | 8ca29efec862350d8d621235999947c329dfaba7 (diff) |
Revert "luci-lib-json: depend on luci-base"
This reverts commit 8ca29efec862350d8d621235999947c329dfaba7.
Diffstat (limited to 'libs/luci-lib-json')
-rw-r--r-- | libs/luci-lib-json/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |