From: Sven Roederer Date: Thu, 5 May 2016 12:20:44 +0000 (+0200) Subject: luci-app-olsr: depend on luci-lib-json X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F712%2Fhead;p=oweals%2Fluci.git luci-app-olsr: depend on luci-lib-json backport of https://github.com/openwrt/luci/commit/ba897c6a209eec3a4ea447a66407a385170ccb80 Signed-off-by: Sven Roederer --- 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