* [Buildroot] netcat package?
@ 2013-07-24 3:23 Woody Wu
2013-07-24 3:34 ` Baruch Siach
0 siblings, 1 reply; 6+ messages in thread
From: Woody Wu @ 2013-07-24 3:23 UTC (permalink / raw)
To: buildroot
Hi,
Is there a netcat package in buildroot? I did not find it on the menu,
but just think buildroot should already have this famous tool.
--
I can't go back to yesterday - because I was a different person then
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] netcat package?
2013-07-24 3:23 [Buildroot] netcat package? Woody Wu
@ 2013-07-24 3:34 ` Baruch Siach
2013-07-24 6:24 ` Thomas De Schampheleire
2013-07-24 7:07 ` Woody Wu
0 siblings, 2 replies; 6+ messages in thread
From: Baruch Siach @ 2013-07-24 3:34 UTC (permalink / raw)
To: buildroot
Hi Woody Wu,
On Wed, Jul 24, 2013 at 11:23:45AM +0800, Woody Wu wrote:
> Is there a netcat package in buildroot? I did not find it on the menu,
> but just think buildroot should already have this famous tool.
You should find the netcat package under "Networking applications". Make sure
to select "Show packages that are also provided by busybox", otherwise the
netcat package is not shown in the menu.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] netcat package?
2013-07-24 3:34 ` Baruch Siach
@ 2013-07-24 6:24 ` Thomas De Schampheleire
2013-07-24 7:07 ` Woody Wu
1 sibling, 0 replies; 6+ messages in thread
From: Thomas De Schampheleire @ 2013-07-24 6:24 UTC (permalink / raw)
To: buildroot
Hi,
On Wed, Jul 24, 2013 at 5:34 AM, Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Woody Wu,
>
> On Wed, Jul 24, 2013 at 11:23:45AM +0800, Woody Wu wrote:
>> Is there a netcat package in buildroot? I did not find it on the menu,
>> but just think buildroot should already have this famous tool.
>
> You should find the netcat package under "Networking applications". Make sure
> to select "Show packages that are also provided by busybox", otherwise the
> netcat package is not shown in the menu.
>
General tip: in menuconfig systems, you can search for a string by
typing the / character.
In the result overview, you see the found symbols, and also the
location in the menu structure. If there are any dependencies or
automatic selections, these are shown in boolean syntax as well. This
is precisely the information needed to deduce what Baruch wrote above.
Best regards,
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] netcat package?
2013-07-24 3:34 ` Baruch Siach
2013-07-24 6:24 ` Thomas De Schampheleire
@ 2013-07-24 7:07 ` Woody Wu
2013-07-24 7:16 ` Baruch Siach
1 sibling, 1 reply; 6+ messages in thread
From: Woody Wu @ 2013-07-24 7:07 UTC (permalink / raw)
To: buildroot
On Wed, Jul 24, 2013 at 06:34:44AM +0300, Baruch Siach wrote:
> Hi Woody Wu,
>
> On Wed, Jul 24, 2013 at 11:23:45AM +0800, Woody Wu wrote:
> > Is there a netcat package in buildroot? I did not find it on the menu,
> > but just think buildroot should already have this famous tool.
>
> You should find the netcat package under "Networking applications". Make sure
> to select "Show packages that are also provided by busybox", otherwise the
> netcat package is not shown in the menu.
>
> baruch
Thanks baruchy. When enabled 'Show packages provided by busybox' and
selected the 'nc', what 'nc' program will I finally get? I mean, the
busybox one or standalone one?
>
> --
> http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
> - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
--
I can't go back to yesterday - because I was a different person then
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] netcat package?
2013-07-24 7:07 ` Woody Wu
@ 2013-07-24 7:16 ` Baruch Siach
2013-07-24 12:30 ` Diego Iastrubni
0 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach @ 2013-07-24 7:16 UTC (permalink / raw)
To: buildroot
Hi Woody Wu,
On Wed, Jul 24, 2013 at 03:07:01PM +0800, Woody Wu wrote:
> On Wed, Jul 24, 2013 at 06:34:44AM +0300, Baruch Siach wrote:
> > On Wed, Jul 24, 2013 at 11:23:45AM +0800, Woody Wu wrote:
> > > Is there a netcat package in buildroot? I did not find it on the menu,
> > > but just think buildroot should already have this famous tool.
> >
> > You should find the netcat package under "Networking applications". Make sure
> > to select "Show packages that are also provided by busybox", otherwise the
> > netcat package is not shown in the menu.
>
> Thanks baruchy. When enabled 'Show packages provided by busybox' and
> selected the 'nc', what 'nc' program will I finally get? I mean, the
> busybox one or standalone one?
That depends on whether you have netcat enabled in your busybox build (just
run 'busybox' to see what applets you have enabled), and whether your
/usr/bin/nc points to busybox, or is a real executable.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] netcat package?
2013-07-24 7:16 ` Baruch Siach
@ 2013-07-24 12:30 ` Diego Iastrubni
0 siblings, 0 replies; 6+ messages in thread
From: Diego Iastrubni @ 2013-07-24 12:30 UTC (permalink / raw)
To: buildroot
Use the busybox-menu command to configure busybox and use it's "nc" applet.
Use the extended commands and you are god to go.
(otherwise you don't have "nc -l" which I usually miss)
On Wed, Jul 24, 2013 at 10:16 AM, Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Woody Wu,
>
> On Wed, Jul 24, 2013 at 03:07:01PM +0800, Woody Wu wrote:
> > On Wed, Jul 24, 2013 at 06:34:44AM +0300, Baruch Siach wrote:
> > > On Wed, Jul 24, 2013 at 11:23:45AM +0800, Woody Wu wrote:
> > > > Is there a netcat package in buildroot? I did not find it on the
> menu,
> > > > but just think buildroot should already have this famous tool.
> > >
> > > You should find the netcat package under "Networking applications".
> Make sure
> > > to select "Show packages that are also provided by busybox", otherwise
> the
> > > netcat package is not shown in the menu.
> >
> > Thanks baruchy. When enabled 'Show packages provided by busybox' and
> > selected the 'nc', what 'nc' program will I finally get? I mean, the
> > busybox one or standalone one?
>
> That depends on whether you have netcat enabled in your busybox build (just
> run 'busybox' to see what applets you have enabled), and whether your
> /usr/bin/nc points to busybox, or is a real executable.
>
> baruch
>
> --
> http://baruch.siach.name/blog/ ~. .~ Tk Open
> Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
> - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130724/929f6c02/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-24 12:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 3:23 [Buildroot] netcat package? Woody Wu
2013-07-24 3:34 ` Baruch Siach
2013-07-24 6:24 ` Thomas De Schampheleire
2013-07-24 7:07 ` Woody Wu
2013-07-24 7:16 ` Baruch Siach
2013-07-24 12:30 ` Diego Iastrubni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox