luci-lib-json: depend on luci-base
Fixes #506 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
7b43e67219
commit
8ca29efec8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI JSON library
|
LUCI_TITLE:=LuCI JSON library
|
||||||
LUCI_DEPENDS:=
|
LUCI_DEPENDS:=+luci-base
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue