summaryrefslogtreecommitdiffstats
path: root/rules/etherwake.in
blob: e01b652809912c1ff0c442c02ec887b96324eb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menu    "ethewake            "

config ETHERWAKE
        bool
        prompt "etherwake"
	help
	  A little tool to send magic Wake-on-LAN packets
 
  	  You can wake up WOL compliant Computers which have 
	  been powered down to sleep mode or start WOL compliant 
	  Computers with a BIOS feature.
 	  
	  WOL is an abbreviation for Wake-on-LAN. It is a standard 
	  that allows you to turn on a computer from another 
	  location over a network connection.
 	
	  etherwake also supports WOL passwords.
endmenu