aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
diff options
context:
space:
mode:
authorArne Zachlod <arne@nerdkeller.org>2018-02-10 23:39:50 +0100
committerAlexander Couzens <lynxis@fe80.eu>2018-02-11 00:08:25 +0100
commit186aebf90a0bd25bf26096a7a80d837c74373ad4 (patch)
treebe7e6ca48aaa522e2a90d3987eab3f0305bc9a68 /target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
parent90ceb0aeb1a4fb72cfab1c06384060b8ba09b3ab (diff)
downloadupstream-186aebf90a0bd25bf26096a7a80d837c74373ad4.tar.gz
upstream-186aebf90a0bd25bf26096a7a80d837c74373ad4.tar.bz2
upstream-186aebf90a0bd25bf26096a7a80d837c74373ad4.zip
ar71xx: Orders the names of the devices alphabetically.
Signed-off-by: Arne Zachlod <arne@nerdkeller.org>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/03_gpio_switches12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches b/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
index 360a45f695..199a6ac08d 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
+++ b/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
@@ -10,18 +10,18 @@ board_config_update
board=$(board_name)
case "$board" in
-nanostation-m)
- ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "8"
- ;;
-nanostation-m-xw)
- ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "2"
- ;;
cpe210|\
cpe510|\
wbs210|\
wbs510)
ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "20"
;;
+nanostation-m)
+ ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "8"
+ ;;
+nanostation-m-xw)
+ ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "2"
+ ;;
rb-912uag-2hpnd|\
rb-912uag-5hpnd)
ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "52" "1"