summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
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
commitdc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e (patch)
tree2bc59a6e98974751d0f4cd5b2579c2af59c3707c /target/linux/lantiq/base-files
parentfa5688c4320bd60b19d6fb08fb644faab3c8780e (diff)
downloadmaster-31e0f0ae-dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e.tar.gz
master-31e0f0ae-dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e.tar.bz2
master-31e0f0ae-dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e.zip
lantiq: print profile name in dsl lucistat
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48949
Diffstat (limited to 'target/linux/lantiq/base-files')
-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