tools/netconsole: use ncb automatically if available
authorMike Frysinger <vapier@gentoo.org>
Wed, 9 Sep 2009 16:20:21 +0000 (12:20 -0400)
committerWolfgang Denk <wd@denx.de>
Tue, 15 Sep 2009 20:55:45 +0000 (22:55 +0200)
commit1c20e4a9fbc531e2149ae061e8583f5fad82f163
tree91ddbbefae4e11424e8e8d0f8be60031a789b501
parent770931805d292908a57a3d2c5f9a4fcde888b5a2
tools/netconsole: use ncb automatically if available

The standard netcat, while ubiquitous, doesn't handle broadcast udp packets
properly.  The local ncb util does however.  So if ncb can be located in
the standard locations, automatically use that instead.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
doc/README.NetConsole
tools/netconsole