[OpenWrt-Devel] [PATCH v2] lantiq: get more status information from xDSL
Andre Heider
a.heider at gmail.com
Mon Aug 3 13:13:37 EDT 2015
Hi,
On Fri, Jul 31, 2015 at 11:01 AM, feckert <eckert.florian at googlemail.com> wrote:
> + echo "dsl.latency_num_down=$sidu"
> + echo "dsl.latency_num_up=$sidd"
this hunk breaks the luci status/overview page, see `logread` for a
syntax error message. Both values need to be "-quoted, they're
whitespace seperated strings ("x ms").
> status() {
> + echo "-------------------------------------------------------------------------------------"
lucistat() calls status(), so these lines are now part of the
generated lua code ran by luci. Doesn't seem to break anything, but
seems unindented?
Regards,
Andre
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list