Activate PoE Passthrough 🔌 on boot

There's a gpio_switch section in /etc/config/system. This is read by the /etc/init.d/gpio_switch script on boot.

You should be able to do something like

uci set system.poe_passthrough.value=1
uci commit

to enable the setting on boot.

3 Likes