Wake on Lan with OpenWrt

You have to install etherwake package:
https://openwrt.org/packages/pkgdata/etherwake

Then use command to wake your device:
/usr/bin/etherwake -D -i "br-lan" -b "XX:XX:XX:XX:XX:XX"

"XX:XX:XX:XX:XX:XX" stands for mac address of your device

1 Like