[source] ar71xx: base-files: fix indentation in lib/ar71xx.sh

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 12 16:18:40 PDT 2017


pepe2k pushed a commit to source.git, branch master:
https://git.lede-project.org/589b37e8b5d9c34ed7a292a127e681123c841261

commit 589b37e8b5d9c34ed7a292a127e681123c841261
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri Mar 10 22:23:46 2017 +0100

    ar71xx: base-files: fix indentation in lib/ar71xx.sh
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 38 ++++++++++++++--------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 4a0c85d..8f2cce5 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -74,25 +74,25 @@ ubnt_xm_board_detect() {
 
 	magic="$(ubnt_get_mtd_part_magic)"
 	case ${magic:0:3} in
-		"e00"|\
-		"e01"|\
-		"e80")
-			model="Ubiquiti NanoStation M"
-			;;
-		"e0a")
-			model="Ubiquiti NanoStation loco M"
-			;;
-		"e1b"|\
-		"e1d")
-			model="Ubiquiti Rocket M"
-			;;
-		"e20"|\
-		"e2d")
-			model="Ubiquiti Bullet M"
-			;;
-		"e30")
-			model="Ubiquiti PicoStation M"
-			;;
+	"e00"|\
+	"e01"|\
+	"e80")
+		model="Ubiquiti NanoStation M"
+		;;
+	"e0a")
+		model="Ubiquiti NanoStation loco M"
+		;;
+	"e1b"|\
+	"e1d")
+		model="Ubiquiti Rocket M"
+		;;
+	"e20"|\
+	"e2d")
+		model="Ubiquiti Bullet M"
+		;;
+	"e30")
+		model="Ubiquiti PicoStation M"
+		;;
 	esac
 
 	[ -z "$model" ] || AR71XX_MODEL="${model}${magic:3:1}"



More information about the lede-commits mailing list