summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2015-06-16 17:36:42 +0200
committerDaniel Golle <daniel@makrotopia.org>2015-06-16 17:41:23 +0200
commitba897c6a209eec3a4ea447a66407a385170ccb80 (patch)
tree6203bbb95ba9cb642a8554de51b9d3e42512eca3 /applications
parente8029d6398eccf1246885e6d42817d57fcc0ed9f (diff)
luci-app-olsr: depend on luci-lib-json
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-olsr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-olsr/Makefile b/applications/luci-app-olsr/Makefile
index f30c242d5..93815a55e 100644
--- a/applications/luci-app-olsr/Makefile
+++ b/applications/luci-app-olsr/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=OLSR configuration and status module
-LUCI_DEPENDS:=+olsrd +olsrd-mod-jsoninfo +luci-lib-luaneightbl
+LUCI_DEPENDS:=+olsrd +olsrd-mod-jsoninfo +luci-lib-luaneightbl +luci-lib-json
include ../../luci.mk