summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-01 21:19:21 +0000
committerJohn Crispin <john@openwrt.org>2016-01-01 21:19:21 +0000
commit436fdee2725704063f10bce698821d1185ca58ec (patch)
treeece57ac877156186ec2dd1455b7335081bf2f687 /target/linux/lantiq/base-files
parent28a700de9be6576e3bbcf6fcfd8dd4bed65b5c32 (diff)
downloadmaster-31e0f0ae-436fdee2725704063f10bce698821d1185ca58ec.tar.gz
master-31e0f0ae-436fdee2725704063f10bce698821d1185ca58ec.tar.bz2
master-31e0f0ae-436fdee2725704063f10bce698821d1185ca58ec.zip
lantiq: add the current profile to the stats output
Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48045
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-xtarget/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh30
1 files changed, 30 insertions, 0 deletions
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