X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=applications%2Fluci-olsr%2Fluasrc%2Fmodel%2Fcbi%2Folsr%2Folsrd.lua;h=9bdf3a34ce53af91cc01ba444b6d41ff1dd066f5;hb=8c094ff45c41ef2211dbedcb4a8a201d9f92dfbc;hp=82b772891589bbd8079b301217db12bb75cf5559;hpb=9bb43aafe23cb0d4950b3f88a86a661de736b381;p=project%2Fluci.git diff --git a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua index 82b7728915..9bdf3a34ce 100644 --- a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua +++ b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua @@ -106,7 +106,7 @@ lqage:depends("LinkQualityLevel", "2") lqa = s:taboption("lquality", ListValue, "LinkQualityAlgorithm", translate("LQ algorithm"), translate("Link quality algorithm (only for lq level 2).
".. "etx_float: floating point ETX with exponential aging
".. - "etx_fpm : same as ext_float, but with integer arithmetic
".. + "etx_fpm : same as etx_float, but with integer arithmetic
".. "etx_ff : ETX freifunk, an etx variant which use all OLSR traffic (instead of only hellos) for ETX calculation
".. "etx_ffeth: incompatible variant of etx_ff that allows ethernet links with ETX 0.1.
".. "Defaults to \"etx_ff\""))