From 186aebf90a0bd25bf26096a7a80d837c74373ad4 Mon Sep 17 00:00:00 2001 From: Arne Zachlod Date: Sat, 10 Feb 2018 23:39:50 +0100 Subject: ar71xx: Orders the names of the devices alphabetically. Signed-off-by: Arne Zachlod --- target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches') 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" -- cgit v1.2.3