Selaa lähdekoodia

lantiq: print profile name in dsl lucistat

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

SVN-Revision: 48949
Felix Fietkau 9 vuotta sitten
vanhempi
sitoutus
dc3a7131a9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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
 		echo "dsl.profile=${profile:-nil}"
+		echo "dsl.profile_s=\"${s}\""
 	else
 		echo "Profile:                                  $s"
 	fi