From: blogic Date: Fri, 1 Jan 2016 21:19:21 +0000 (+0000) Subject: lantiq: add the current profile to the stats output X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=2e79e1f85a10ad2830d0377871c973c1ee80b4c2;p=openwrt.git lantiq: add the current profile to the stats output Signed-off-by: Mathias Kresin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48045 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh index 60ace44031..ec035df374 100755 --- a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh +++ b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh @@ -631,10 +631,40 @@ line_state() { fi } +# +# Which profile is used? +# +profile() { + local bpstg=$(dsl_cmd bpstg) + local profile=$(dsl_val "$bpstg" nProfile); + local s; + + case "$profile" in + "0") s="8a" ;; + "1") s="8b" ;; + "2") s="8c" ;; + "3") s="8d" ;; + "4") s="12a" ;; + "5") s="12b" ;; + "6") s="17a" ;; + "7") s="30a" ;; + "8") s="17b" ;; + "") s="";; + *) s="unknown" ;; + esac + + if [ "$action" = "lucistat" ]; then + echo "dsl.profile=${profile:-nil}" + else + echo "Profile: $s" + fi +} + status() { vendor chipset xtse + profile line_state errors power_mode