lantiq: print profile name in dsl lucistat
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2016 11:03:44 +0000 (11:03 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2016 11:03:44 +0000 (11:03 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48949 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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