From patchwork Sun Feb 28 18:44:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 589616 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45ADD140326 for ; Mon, 29 Feb 2016 05:51:45 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id AD9CC28BDED; Sun, 28 Feb 2016 19:45:42 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 061F82840F4 for ; Sun, 28 Feb 2016 19:45:00 +0100 (CET) X-policyd-weight: using cached result; rate:hard: -7.6 Received: from hauke-m.de (hauke-m.de [5.39.93.123]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sun, 28 Feb 2016 19:44:47 +0100 (CET) Received: from hauke-desktop.fritz.box (p5DE9403B.dip0.t-ipconnect.de [93.233.64.59]) by hauke-m.de (Postfix) with ESMTPSA id 1561D1001B6; Sun, 28 Feb 2016 19:44:46 +0100 (CET) From: Hauke Mehrtens To: openwrt-devel@lists.openwrt.org, blogic@openwrt.org Date: Sun, 28 Feb 2016 19:44:34 +0100 Message-Id: <1456685074-15094-12-git-send-email-hauke@hauke-m.de> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1456685074-15094-1-git-send-email-hauke@hauke-m.de> References: <1456685074-15094-1-git-send-email-hauke@hauke-m.de> Cc: Hauke Mehrtens Subject: [OpenWrt-Devel] [PATCH v2 11/11] base-files: print profile name in dsl lucistat X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Hauke Mehrtens --- target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh | 1 + 1 file changed, 1 insertion(+) 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 ece614b..aefefcd 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