Temat: etherwake - konfiguracja dla LuCI
Jak skonfigurować w pliku /etc/config/etherwake aby domyślny interfejs w WOL pod LuCI był br-lan. Ustawiłem go niby w pliku w option 'interface' 'br-lan' oraz ustawiłem option 'broadcast' 'on' ale to nie działa:
config 'etherwake' 'setup'
# possible program pathes
option 'pathes' '/usr/bin/etherwake /usr/bin/ether-wake'
# use sudo, defaults to off
option 'sudo' 'off'
#interface, defaults to 'eth0'
# -i <ifname>
option 'interface' 'br-lan'
# send wake-up packet to the broadcast address, defaults to off
# -b
option 'broadcast' 'on'Próbowałem też w -i <br-lan> ale też nie działa.