diff options
-rw-r--r-- | target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches b/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches index 4bf2aa37e0..ec2bf695a0 100644 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches @@ -12,6 +12,10 @@ mikrotik,routerboard-760igs) telco-electronics,x1) ucidef_add_gpio_switch "modem_reset" "Modem Reset" "496" ;; +tplink,eap235-wall-v1|\ +tplink,eap615-wall-v1) + ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "poe-passthrough" + ;; ubnt,edgerouter-x) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "480" ;; |