Merge pull request #419 from dangowrt/fix-olsr-json-dependency
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 16 Jun 2015 16:27:09 +0000 (18:27 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 16 Jun 2015 16:27:09 +0000 (18:27 +0200)
luci-app-olsr: depend on luci-lib-json

applications/luci-app-olsr/Makefile

index f30c242..93815a5 100644 (file)
@@ -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