Merge pull request #712 from SvenRoederer/fix/deps_for_app-olsr

luci-app-olsr: depend on luci-lib-json
This commit is contained in:
Hannu Nyman 2016-05-08 20:56:59 +03:00
commit 11d5867a45

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
LUCI_TITLE:=OLSR configuration and status module 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 include ../../luci.mk