From: Jo-Philipp Wich Date: Tue, 16 Jun 2015 16:27:09 +0000 (+0200) Subject: Merge pull request #419 from dangowrt/fix-olsr-json-dependency X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=eac90c78fb44294a194710ffb3fff266902047e9;hp=e8029d6398eccf1246885e6d42817d57fcc0ed9f;p=project%2Fluci.git Merge pull request #419 from dangowrt/fix-olsr-json-dependency luci-app-olsr: depend on luci-lib-json --- 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