From patchwork Tue Feb 3 17:45:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cezary Jackiewicz X-Patchwork-Id: 435983 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.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 7D46A1401DE for ; Wed, 4 Feb 2015 04:46:10 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 0817728BBD5; Tue, 3 Feb 2015 18:43:30 +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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id D36E32803EB for ; Tue, 3 Feb 2015 18:43:24 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Tue, 3 Feb 2015 18:43:24 +0100 (CET) Received: by mail-wg0-f48.google.com with SMTP id x12so45922584wgg.7 for ; Tue, 03 Feb 2015 09:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=Uyg4ZXCeYf3wEpoEda0fVxaSeijSChMMQWRq9IQbkFE=; b=DuwbqlE9g6up/m2bIGgaBowJjM8K4yTq2Omfpx56MlATV8M7yWzJ63C4nE9M+t43TA 79/hrYka0AaDXF11E+dZnbqvk6ug4vndkTdS9QD4gW9TeLKaelDk9H4O2hY5MgRQAkuC 5Yfrb1M0gCx2DMmYAK/TcTAgVH7WP05A+JoFeGJITGJ0RNU+i0+VCoExWa11aOSzxdlH RzS0yyC1eO6mes1plFdNajhI1rydcdKH+ThSvyBDPgk5jkgpLppSvE13IShiUh+bn77g K11szChCV2af7KCKId74Vc+4z7ohsXCPa/zd3ArCUAcLrSQo+jo4yMrMZsaGzHmkkEPp J6Eg== X-Received: by 10.194.119.137 with SMTP id ku9mr12374279wjb.96.1422985555666; Tue, 03 Feb 2015 09:45:55 -0800 (PST) Received: from samsung (178235241016.warszawa.vectranet.pl. [178.235.241.16]) by mx.google.com with ESMTPSA id i13sm33559791wjr.7.2015.02.03.09.45.54 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 03 Feb 2015 09:45:54 -0800 (PST) Date: Tue, 3 Feb 2015 18:45:51 +0100 From: Cezary Jackiewicz To: openwrt-devel@lists.openwrt.org Message-ID: <20150203184551.23bb99e0@samsung> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH] at71xx: TP-LINK Archer: add 5GHz led entry 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: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Add 5GHz led entry after r44033. Signed-off-by: Cezary Jackiewicz diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index d1da572..4dfe652 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -350,6 +350,7 @@ tl-wdr4900-v2) ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1" ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1" ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt" + ucidef_set_led_wlan "wlan5g" "WLAN5G" "tp-link:blue:wlan5g" "phy1tpt" ;; tl-wr741nd)