Author: blogic Date: 2016-04-09 12:25:29 +0200 (Sat, 09 Apr 2016) New Revision: 49137
Modified: trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh Log: lantiq-dsl: add missing blank in dsl output blank inserted before ACTATP Signed-off-by: Florian Eckert <[email protected]> Modified: trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh =================================================================== --- trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh 2016-04-09 10:25:24 UTC (rev 49136) +++ trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh 2016-04-09 10:25:29 UTC (rev 49137) @@ -639,7 +639,7 @@ echo "Line Attenuation (LATN): Down: ${latnd}dB / Up: ${latnu}dB" echo "Signal Attenuation (SATN): Down: ${satnd}dB / Up: ${satnu}dB" echo "Noise Margin (SNR): Down: ${snrd}dB / Up: ${snru}dB" - echo "Aggregate Transmit Power(ACTATP): Down: ${actatpd}dB / Up: ${actatpu}dB" + echo "Aggregate Transmit Power (ACTATP): Down: ${actatpd}dB / Up: ${actatpu}dB" echo "Max. Attainable Data Rate (ATTNDR): Down: ${sattndrd}/s / Up: ${sattndru}/s" fi } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
