projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b43e67
)
luci-lib-json: depend on luci-base
author
Jo-Philipp Wich
<jo@mein.io>
Tue, 3 Jul 2018 09:07:31 +0000
(11:07 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Tue, 3 Jul 2018 09:07:31 +0000
(11:07 +0200)
Fixes #506
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libs/luci-lib-json/Makefile
patch
|
blob
|
history
diff --git
a/libs/luci-lib-json/Makefile
b/libs/luci-lib-json/Makefile
index ededc1f6506fd7bc608112082c7b6d3743f55099..9e3162a8e6f7d892a1e03da55d7704a075486577 100644
(file)
--- 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