From: Felix Fietkau Date: Mon, 7 Mar 2016 11:03:44 +0000 (+0000) Subject: lantiq: print profile name in dsl lucistat X-Git-Tag: reboot~265 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=dc3a7131a98b8ce70e08d9e5e8b0c8f6d771711e;ds=sidebyside lantiq: print profile name in dsl lucistat Signed-off-by: Hauke Mehrtens SVN-Revision: 48949 --- 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