summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-16 18:27:09 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-06-16 18:27:09 +0200
commiteac90c78fb44294a194710ffb3fff266902047e9 (patch)
tree6203bbb95ba9cb642a8554de51b9d3e42512eca3
parente8029d6398eccf1246885e6d42817d57fcc0ed9f (diff)
parentba897c6a209eec3a4ea447a66407a385170ccb80 (diff)
Merge pull request #419 from dangowrt/fix-olsr-json-dependency
luci-app-olsr: depend on luci-lib-json
-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 f30c242d53..93815a55e2 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