
1 May
2018
1 May
'18
1:12 a.m.
Hi Lothar,
On 23 April 2018 at 11:47, Lothar Felten lothar.felten@gmail.com wrote:
This patch enables the WoL command
Signed-off-by: Lothar Felten lothar.felten@gmail.com
cmd/Kconfig | 5 +++++ cmd/net.c | 14 ++++++++++++++ include/net.h | 3 ++- net/Makefile | 1 + net/net.c | 19 +++++++++++++++++++ 5 files changed, 41 insertions(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index bc1d2f31c0..ed9d82fe71 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1142,6 +1142,11 @@ config CMD_RARP help Boot image via network using RARP/TFTP protocol
+config CMD_WOL
bool "wol"
help
Wait for wake-on-lan packages
Can you expand this a bit, perhaps explaining what it is for?
Regards, Simon