aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh38
1 files 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 4a0c85d631..8f2cce5223 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}"