浏览代码

lantiq: print profile name in dsl lucistat

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 48949
Felix Fietkau 9 年之前
父节点
当前提交
dc3a7131a9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh

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

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