aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-03-07 11:03:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-03-07 11:03:44 +0000
commite5c6f027e36b3ad22c4ce9d92233c46ebf67e280 (patch)
treee09ad957264f233db8fa1559ec7ed22ec996c61e /target/linux
parent252a19cc82e9796c338d5a87af42e44fe7db70eb (diff)
downloadmaster-187ad058-e5c6f027e36b3ad22c4ce9d92233c46ebf67e280.tar.gz
master-187ad058-e5c6f027e36b3ad22c4ce9d92233c46ebf67e280.tar.bz2
master-187ad058-e5c6f027e36b3ad22c4ce9d92233c46ebf67e280.zip
lantiq: print profile name in dsl lucistat
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rwxr-xr-xtarget/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh1
1 files changed, 1 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 ece614be69..aefefcd42b 100755
--- a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
+++ b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
@@ -722,6 +722,7 @@ profile() {
if [ "$action" = "lucistat" ]; then
echo "dsl.profile=${profile:-nil}"
+ echo "dsl.profile_s=\"${s}\""
else
echo "Profile: $s"
fi