Tak raczej bezpośrednio nie zadziała - chyba trzeba dodać jakieś opcje typu:
wol -i <Twoja sieć LAN>.255 -p <tu trzeba pokombinować> xx:xx:xx:xx:xx:xx
Dopytaj innych forumowiczów (doczytaj w innych wątkach/tematach - trochę tutaj o tym jest) i/lub poczekaj na odzew autora gargoyle-pl, lub sam dokonaj "śledztwa w plikach gargulca".
Za -i zwyczajnie możesz podać 255.255.255.255, ale jak wiesz, to jest raczej nieeleganckie i niepotrzebne (czasem jednak tylko tak działa).
Pomógłbym Ci konkretnym poleceniem, ale mam teraz coś innego zainstalowanego w router'ku.

root@blabla:~# wol --help
Usage: wol [OPTION] ... MAC-ADDRESS ...
Wake On LAN client - wakes up magic packet compliant machines.
--help display this help and exit
-V, --version output version information and exit
-v, --verbose verbose output
-w, --wait=NUM wait NUM millisecs after sending
-h, --host=HOST broadcast to this IP address or hostname
-i, --ipaddr=HOST same as --host
-p, --port=NUM broadcast to this UDP port
-f, --file=FILE read addresses from file FILE ("-" reads from stdin)
--passwd[=PASS] send SecureON password PASS (if no PASS is given, you
will be prompted for the password)
Each MAC-ADDRESS is written as x:x:x:x:x:x, where x is a hexadecimal number
between 0 and ff which represents one byte of the address, which is in
network byte order (big endian).
PASS is written as x-x-x-x-x-x, where x is a hexadecimal number between 0
and ff which represents one byte of the password.
Report bugs to <krennwallner@aon.at>
EDIT:
No ok. - pokombinowałem z poleceniem etherwake co prawda w stosunku do innego urządzenia, ale na nsa310 powinno być identycznie:
etherwake -i eth0.1 <adres mac Twojego nsa310>
# za -i dajesz taki 'ifname' jaki ma Twoja sekcja 'lan' w /etc/config/network lub odczytujesz to z polecenia ifconfig
Działa z kopa bez zbędnych kombinacji.
root@blabla:~# etherwake -u
usage: ether-wake [-i <ifname>] [-p aa:bb:cc:dd[:ee:ff]] 00:11:22:33:44:55
This program generates and transmits a Wake-On-LAN (WOL)
"Magic Packet", used for restarting machines that have been
soft-powered-down (ACPI D3-warm state).
It currently generates the standard AMD Magic Packet format, with
an optional password appended.
The single required parameter is the Ethernet MAC (station) address
of the machine to wake.
The MAC address may be found with the 'arp' program while the target
machine is awake.
Options:
-b Send wake-up packet to the broadcast address.
-D Increase the debug level.
-i ifname Use interface IFNAME instead of the default 'eth0'.
-p <pw> Append the four or six byte password PW to the packet.
A password is only required for a few adapter types.
The password may be specified in ethernet hex format
or dotted decimal (Internet address)
-p 00:22:44:66:88:aa
-p 192.168.1.1
EDIT2: Na wol jak się okazuje działa też, ale trochę inaczej:
wol -h <adres Twojej sieci lan, czyli pierwsze trzy sekcje z ip lan, np. 192.168.1>.0 <adres mac Twojego nsa310>
