diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-11 03:59:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-11 03:59:53 +0000 |
commit | b662f0d58ba40cbbc1cca849fb6e8665688deb5e (patch) | |
tree | 9c39ef7e5ff639fac2b67a0b403385c345689c7d /networking/Config.in | |
parent | 348e84c202c4946d3694f130a6f81f61eb1d4b9e (diff) | |
download | busybox-w32-b662f0d58ba40cbbc1cca849fb6e8665688deb5e.tar.gz busybox-w32-b662f0d58ba40cbbc1cca849fb6e8665688deb5e.tar.bz2 busybox-w32-b662f0d58ba40cbbc1cca849fb6e8665688deb5e.zip |
import ether-wake applet by haveaniceday Bug 252
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index a84427981..b6f8ee65d 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -18,6 +18,12 @@ config CONFIG_ARPING | |||
18 | help | 18 | help |
19 | Ping hosts by ARP packets | 19 | Ping hosts by ARP packets |
20 | 20 | ||
21 | config CONFIG_ETHER_WAKE | ||
22 | bool "ether-wake" | ||
23 | default n | ||
24 | help | ||
25 | Send a magic packet to wake up sleeping machines. | ||
26 | |||
21 | config CONFIG_FAKEIDENTD | 27 | config CONFIG_FAKEIDENTD |
22 | bool "fakeidentd" | 28 | bool "fakeidentd" |
23 | default n | 29 | default n |