diff options
author | Mike Frysinger | 2005-05-11 03:59:53 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-05-11 03:59:53 +0000 |
commit | b662f0d58ba40cbbc1cca849fb6e8665688deb5e (patch) | |
tree | 9c39ef7e5ff639fac2b67a0b403385c345689c7d /networking/Config.in | |
parent | 348e84c202c4946d3694f130a6f81f61eb1d4b9e (diff) | |
download | busybox-b662f0d58ba40cbbc1cca849fb6e8665688deb5e.zip busybox-b662f0d58ba40cbbc1cca849fb6e8665688deb5e.tar.gz |
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 a844279..b6f8ee6 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -18,6 +18,12 @@ config CONFIG_ARPING help Ping hosts by ARP packets +config CONFIG_ETHER_WAKE + bool "ether-wake" + default n + help + Send a magic packet to wake up sleeping machines. + config CONFIG_FAKEIDENTD bool "fakeidentd" default n |