diff options
author | Patrick Grimm <patrick@lunatiki.de> | 2013-07-07 20:16:39 +0000 |
---|---|---|
committer | Patrick Grimm <patrick@lunatiki.de> | 2013-07-07 20:16:39 +0000 |
commit | cd04b1541d7a839a3dfbc15af79f134c12601c3e (patch) | |
tree | e7f54511f9251aff39bba2ee331c9390f3037f9b /contrib | |
parent | 54001e307e135cf6080443567184e000336fc548 (diff) |
luci-olsr: neightbl for ipv6 neighbours
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 05c554209..10dcf071e 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -324,7 +324,7 @@ $(eval $(call application,meshwizard, Shellscript based wizard to setup mesh net +PACKAGE_luci-app-freifunk-meshwizard:meshwizard)) $(eval $(call application,olsr,OLSR configuration and status module,\ - +olsrd +olsrd-mod-jsoninfo)) + +olsrd +olsrd-mod-jsoninfo +luci-lib-luaneightbl)) $(eval $(call application,olsr-viz,OLSR Visualisation,\ luci-app-olsr +olsrd-mod-txtinfo)) |