From patchwork Thu Dec 25 01:30:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vittorio Gambaletta X-Patchwork-Id: 424018 X-Patchwork-Delegate: blogic@openwrt.org 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 15C911400DD for ; Thu, 25 Dec 2014 12:30:48 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id ACF7328BC72; Thu, 25 Dec 2014 02:28:45 +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,T_DKIM_INVALID, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9873F28BC43 for ; Thu, 25 Dec 2014 02:28:40 +0100 (CET) X-policyd-weight: using cached result; rate:hard: -7.6 Received: from mail.vittgam.net (server1.vittgam.net [213.239.197.142]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 25 Dec 2014 02:28:40 +0100 (CET) X-DKIM: OpenDKIM Filter v2.4.2 mail.vittgam.net sBP1UZ3G132264 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=vittgam.net; s=20110809; t=1419471035; bh=bwxx95yEWurTA3DXQQ7JS3fyqWQNUrm2en/TBMhBuN8=; h=Date:Content-Type:From:Message-Id:To:Cc:Subject; b=H+7IEjia6uPfMRoIYC+1lRErLG4bKiFUkImeU/oTmGR6L9ucfmfssdtMgCgYg4LAc n0C+s/FOkgpTZdJtDUoTg6wO8cwZU8E/7Pcj0kuubsXd0Fvi4SX5x+wkxIu8gQ0woL wXbVQ9YnbHVPrm6TC/nbnxYNMOHjFMbGmq9/64VA= Received: from mail2.vittgam.net ([10.48.0.5]) by mail.vittgam.net (8.14.4/8.14.4/Debian-2ubuntu2) with ESMTP id sBP1UZ3G132264 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 25 Dec 2014 02:30:35 +0100 Received: from VittGamLaptop2 (VittGamLaptop2.router1net.VittGam.net [10.48.3.146]) by mail2.vittgam.net (8.14.4/8.14.4/Debian-2ubuntu2) with SMTP id sBP1SGpx018051; Thu, 25 Dec 2014 02:30:17 +0100 Date: Thu, 25 Dec 2014 02:30:17 +0100 From: "Vittorio G (VittGam)" Message-Id: To: Cc: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH] ramips: base-files: Whitespace fixes. 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: Vittorio Gambaletta diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 9c49c5c..405a6c0 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -182,9 +182,9 @@ case $board in set_usb_led "wcr150gn:amber:user" ;; hg255d) - set_wifi_led "hg255d:wlan" - set_usb_led "hg255d:usb" - ucidef_set_led_interface "lan" "hg255d:internet" + set_wifi_led "hg255d:wlan" + set_usb_led "hg255d:usb" + ucidef_set_led_interface "lan" "hg255d:internet" ;; wnce2001) set_wifi_led "netgear:green:wlan" diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 80b5449..a86466e 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -58,8 +58,8 @@ ramips_setup_interfaces() 3g-6200nl | \ mlw221) - ucidef_set_interface_lan "eth0.2" - ;; + ucidef_set_interface_lan "eth0.2" + ;; wizard8800 | \ wl-330n | \ @@ -314,7 +314,7 @@ ramips_setup_macs() ;; wcr-150gn) - wan_mac=$(mtd_get_mac_binary factory 40) + wan_mac=$(mtd_get_mac_binary factory 40) ;; rt-n56u)