diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-06-16 17:36:42 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2015-06-16 17:41:23 +0200 |
commit | ba897c6a209eec3a4ea447a66407a385170ccb80 (patch) | |
tree | 6203bbb95ba9cb642a8554de51b9d3e42512eca3 /applications | |
parent | e8029d6398eccf1246885e6d42817d57fcc0ed9f (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/Makefile | 2 |
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 |