From: Adrian Schmutzler Date: Mon, 18 Nov 2019 22:59:06 +0000 (+0100) Subject: ath79: add PoE passthrough switch for Ubiquiti Nanostation (XM/XW) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=317e98a5a2c6f1e2ac599ec530478669b965602c;p=oweals%2Fopenwrt.git ath79: add PoE passthrough switch for Ubiquiti Nanostation (XM/XW) This adds the gpio switch to enable PoE passthrough on Ubiquiti Nanostation (XM/XW). Values are copied from the implementation in ar71xx. GPIO values checked on: - NanoStation M5 XW - NanoStation M2 XM Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches b/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches index 04206f4a58..9bce6cc51b 100755 --- a/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches +++ b/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches @@ -52,6 +52,12 @@ tplink,wbs210-v2) ubnt,nanostation-ac) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "3" ;; +ubnt,nanostation-m) + ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "8" + ;; +ubnt,nanostation-m-xw) + ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "2" + ;; ubnt,acb-isp) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "11" ;;