summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-11 03:59:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-11 03:59:53 +0000
commitb662f0d58ba40cbbc1cca849fb6e8665688deb5e (patch)
tree9c39ef7e5ff639fac2b67a0b403385c345689c7d /networking/Config.in
parent348e84c202c4946d3694f130a6f81f61eb1d4b9e (diff)
downloadbusybox-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.in6
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
21config CONFIG_ETHER_WAKE
22 bool "ether-wake"
23 default n
24 help
25 Send a magic packet to wake up sleeping machines.
26
21config CONFIG_FAKEIDENTD 27config CONFIG_FAKEIDENTD
22 bool "fakeidentd" 28 bool "fakeidentd"
23 default n 29 default n