diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 11:03:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 11:03:44 +0000 |
commit | dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e (patch) | |
tree | 2bc59a6e98974751d0f4cd5b2579c2af59c3707c /target/linux | |
parent | fa5688c4320bd60b19d6fb08fb644faab3c8780e (diff) | |
download | upstream-dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e.tar.gz upstream-dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e.tar.bz2 upstream-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')
-rwxr-xr-x | target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh | 1 |
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 |