From dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Mar 2016 11:03:44 +0000 Subject: lantiq: print profile name in dsl lucistat Signed-off-by: Hauke Mehrtens SVN-Revision: 48949 --- target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'target') 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 -- cgit v1.2.3