diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-16 18:27:09 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-16 18:27:09 +0200 |
commit | eac90c78fb44294a194710ffb3fff266902047e9 (patch) | |
tree | 6203bbb95ba9cb642a8554de51b9d3e42512eca3 | |
parent | e8029d6398eccf1246885e6d42817d57fcc0ed9f (diff) | |
parent | ba897c6a209eec3a4ea447a66407a385170ccb80 (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/Makefile | 2 |
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 |