lantiq: print profile name in dsl lucistat
authorFelix Fietkau <nbd@openwrt.org>
Mon, 7 Mar 2016 11:03:44 +0000 (11:03 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 7 Mar 2016 11:03:44 +0000 (11:03 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48949

target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh

index ece614be696677cb43752a8cb0bb5fc668e29532..aefefcd42badb6b4f8ea7fc74538a1e31a770750 100755 (executable)
@@ -722,6 +722,7 @@ profile() {
 
        if [ "$action" = "lucistat" ]; then
                echo "dsl.profile=${profile:-nil}"
 
        if [ "$action" = "lucistat" ]; then
                echo "dsl.profile=${profile:-nil}"
+               echo "dsl.profile_s=\"${s}\""
        else
                echo "Profile:                                  $s"
        fi
        else
                echo "Profile:                                  $s"
        fi