* [Buildroot] Busybox minicom-like application?
@ 2007-10-23 18:32 Jorge S.
2007-10-23 19:49 ` Ivan Kuten
0 siblings, 1 reply; 9+ messages in thread
From: Jorge S. @ 2007-10-23 18:32 UTC (permalink / raw)
To: buildroot
Hi all:
I'm building my rootfs and i need a minicom-like application, googling
around i've found that "microcom" is what i need.
My problem comes when trying to "select" microcom on the buildroot menu, it
is hidden if i select the "[*] Hide applications that are provided by
busybox " option, so i assume busybox is providing some "microcom/minicom"
like command.
Just made a "make busybox-menuconfig" and i'm unable to find any option for
a minicom/microcom similar program.
I'm using the default (package/busybox/busybox-1.6.0.config ) busybox
config.
Any ideas on how to enable/install this application?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20071023/4f70046d/attachment.htm
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-23 19:49 ` Ivan Kuten
@ 2007-10-23 18:52 ` Jorge S.
2007-10-23 20:04 ` Ivan Kuten
0 siblings, 1 reply; 9+ messages in thread
From: Jorge S. @ 2007-10-23 18:52 UTC (permalink / raw)
To: buildroot
Yes, i know its there, but it gets HIDDEN when i select the "[*] Hide
applications that are provided by busybox".
Maybe there's a buildroot bug here?
2007/10/23, Ivan Kuten <ivan.kuten@promwad.com>:
>
> Package Selection for the target ---> Networking --> microcom
>
> Microcom is not a part of busybox.
>
> Jorge S. wrote:
> > Hi all:
> >
> > I'm building my rootfs and i need a minicom-like application, googling
> > around i've found that "microcom" is what i need.
> >
> > My problem comes when trying to "select" microcom on the buildroot menu,
> it
> > is hidden if i select the "[*] Hide applications that are provided by
> > busybox " option, so i assume busybox is providing some
> "microcom/minicom"
> > like command.
> >
> > Just made a "make busybox-menuconfig" and i'm unable to find any option
> for
> > a minicom/microcom similar program.
> > I'm using the default (package/busybox/busybox-1.6.0.config ) busybox
> > config.
> >
> > Any ideas on how to enable/install this application?
> >
> > Thanks in advance.
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at uclibc.org
> > http://busybox.net/mailman/listinfo/buildroot
>
>
> BR,
> Ivan
>
> --
>
> --------------------------------
> Embedded Linux engineer,
> Promwad Company: http://www.promwad.com/
> Homepage : http://www.ivankuten.com/
> --------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20071023/8a0bb049/attachment-0001.htm
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-23 18:32 [Buildroot] Busybox minicom-like application? Jorge S.
@ 2007-10-23 19:49 ` Ivan Kuten
2007-10-23 18:52 ` Jorge S.
0 siblings, 1 reply; 9+ messages in thread
From: Ivan Kuten @ 2007-10-23 19:49 UTC (permalink / raw)
To: buildroot
Package Selection for the target ---> Networking --> microcom
Microcom is not a part of busybox.
Jorge S. wrote:
> Hi all:
>
> I'm building my rootfs and i need a minicom-like application, googling
> around i've found that "microcom" is what i need.
>
> My problem comes when trying to "select" microcom on the buildroot menu, it
> is hidden if i select the "[*] Hide applications that are provided by
> busybox " option, so i assume busybox is providing some "microcom/minicom"
> like command.
>
> Just made a "make busybox-menuconfig" and i'm unable to find any option for
> a minicom/microcom similar program.
> I'm using the default (package/busybox/busybox-1.6.0.config ) busybox
> config.
>
> Any ideas on how to enable/install this application?
>
> Thanks in advance.
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
BR,
Ivan
--
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-23 18:52 ` Jorge S.
@ 2007-10-23 20:04 ` Ivan Kuten
2007-10-23 22:45 ` Hamish Moffatt
0 siblings, 1 reply; 9+ messages in thread
From: Ivan Kuten @ 2007-10-23 20:04 UTC (permalink / raw)
To: buildroot
Indeed,
see Config.in
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/microcom/Config.in"
endif
see a typo.
BR,
Ivan
Jorge S. wrote:
> Yes, i know its there, but it gets HIDDEN when i select the "[*] Hide
> applications that are provided by busybox".
>
> Maybe there's a buildroot bug here?
>
>
> 2007/10/23, Ivan Kuten <ivan.kuten@promwad.com>:
>> Package Selection for the target ---> Networking --> microcom
>>
>> Microcom is not a part of busybox.
>>
>> Jorge S. wrote:
>>> Hi all:
>>>
>>> I'm building my rootfs and i need a minicom-like application, googling
>>> around i've found that "microcom" is what i need.
>>>
>>> My problem comes when trying to "select" microcom on the buildroot menu,
>> it
>>> is hidden if i select the "[*] Hide applications that are provided by
>>> busybox " option, so i assume busybox is providing some
>> "microcom/minicom"
>>> like command.
>>>
>>> Just made a "make busybox-menuconfig" and i'm unable to find any option
>> for
>>> a minicom/microcom similar program.
>>> I'm using the default (package/busybox/busybox-1.6.0.config ) busybox
>>> config.
>>>
>>> Any ideas on how to enable/install this application?
>>>
>>> Thanks in advance.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot at uclibc.org
>>> http://busybox.net/mailman/listinfo/buildroot
>>
>> BR,
>> Ivan
>>
>> --
>>
>> --------------------------------
>> Embedded Linux engineer,
>> Promwad Company: http://www.promwad.com/
>> Homepage : http://www.ivankuten.com/
>> --------------------------------
>>
>
--
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-23 20:04 ` Ivan Kuten
@ 2007-10-23 22:45 ` Hamish Moffatt
2007-10-23 22:59 ` Ulf Samuelsson
0 siblings, 1 reply; 9+ messages in thread
From: Hamish Moffatt @ 2007-10-23 22:45 UTC (permalink / raw)
To: buildroot
Jorge S. wrote:
> Yes, i know its there, but it gets HIDDEN when i select the "[*] Hide
> applications that are provided by busybox".
>
> Maybe there's a buildroot bug here?
busybox in SVN does have a microcom applet, as of four weeks ago. The
latest change to package/Config.in takes that into account.
On Tue, Oct 23, 2007 at 11:04:10PM +0300, Ivan Kuten wrote:
> Indeed,
>
> see Config.in
>
> if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
> source "package/microcom/Config.in"
> endif
>
> see a typo.
Do you see a typo?
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-23 22:45 ` Hamish Moffatt
@ 2007-10-23 22:59 ` Ulf Samuelsson
2007-10-24 18:28 ` Ivan Kuten
2007-10-24 18:30 ` Ivan Kuten
0 siblings, 2 replies; 9+ messages in thread
From: Ulf Samuelsson @ 2007-10-23 22:59 UTC (permalink / raw)
To: buildroot
ons 2007-10-24 klockan 08:45 +1000 skrev Hamish Moffatt:
> Jorge S. wrote:
> > Yes, i know its there, but it gets HIDDEN when i select the "[*] Hide
> > applications that are provided by busybox".
> >
> > Maybe there's a buildroot bug here?
>
> busybox in SVN does have a microcom applet, as of four weeks ago. The
> latest change to package/Config.in takes that into account.
>
> On Tue, Oct 23, 2007 at 11:04:10PM +0300, Ivan Kuten wrote:
> > Indeed,
> >
> > see Config.in
> >
> > if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
> > source "package/microcom/Config.in"
> > endif
> >
I do not think that is a good idea to hide it until
it is in the mainstream busybox.
--
Best Regards,
Ulf Samuelsson
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-23 22:59 ` Ulf Samuelsson
@ 2007-10-24 18:28 ` Ivan Kuten
2007-10-24 22:55 ` Ulf Samuelsson
2007-10-24 18:30 ` Ivan Kuten
1 sibling, 1 reply; 9+ messages in thread
From: Ivan Kuten @ 2007-10-24 18:28 UTC (permalink / raw)
To: buildroot
Ulf Samuelsson wrote:
> ons 2007-10-24 klockan 08:45 +1000 skrev Hamish Moffatt:
>> Jorge S. wrote:
>>> Yes, i know its there, but it gets HIDDEN when i select the "[*] Hide
>>> applications that are provided by busybox".
>>>
>>> Maybe there's a buildroot bug here?
>> busybox in SVN does have a microcom applet, as of four weeks ago. The
>> latest change to package/Config.in takes that into account.
>>
>> On Tue, Oct 23, 2007 at 11:04:10PM +0300, Ivan Kuten wrote:
>>> Indeed,
>>>
>>> see Config.in
>>>
>>> if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
>>> source "package/microcom/Config.in"
>>> endif
>>>
>
> I do not think that is a good idea to hide it until
> it is in the mainstream busybox.
>
OK,
I will "unhide" it, and if microcom applet will be in busybox mainline then hide again.
BR,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-23 22:59 ` Ulf Samuelsson
2007-10-24 18:28 ` Ivan Kuten
@ 2007-10-24 18:30 ` Ivan Kuten
1 sibling, 0 replies; 9+ messages in thread
From: Ivan Kuten @ 2007-10-24 18:30 UTC (permalink / raw)
To: buildroot
Ulf Samuelsson wrote:
> ons 2007-10-24 klockan 08:45 +1000 skrev Hamish Moffatt:
>> Jorge S. wrote:
>>> Yes, i know its there, but it gets HIDDEN when i select the "[*] Hide
>>> applications that are provided by busybox".
>>>
>>> Maybe there's a buildroot bug here?
>> busybox in SVN does have a microcom applet, as of four weeks ago. The
>> latest change to package/Config.in takes that into account.
>>
>> On Tue, Oct 23, 2007 at 11:04:10PM +0300, Ivan Kuten wrote:
>>> Indeed,
>>>
>>> see Config.in
>>>
>>> if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
>>> source "package/microcom/Config.in"
>>> endif
>>>
>
> I do not think that is a good idea to hide it until
> it is in the mainstream busybox.
>
OK,
I will "unhide" it, and if microcom applet will be in busybox mainline then hide again.
BR,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] Busybox minicom-like application?
2007-10-24 18:28 ` Ivan Kuten
@ 2007-10-24 22:55 ` Ulf Samuelsson
0 siblings, 0 replies; 9+ messages in thread
From: Ulf Samuelsson @ 2007-10-24 22:55 UTC (permalink / raw)
To: buildroot
ons 2007-10-24 klockan 21:28 +0300 skrev Ivan Kuten:
> Ulf Samuelsson wrote:
> > ons 2007-10-24 klockan 08:45 +1000 skrev Hamish Moffatt:
> >> Jorge S. wrote:
> >>> Yes, i know its there, but it gets HIDDEN when i select the "[*] Hide
> >>> applications that are provided by busybox".
> >>>
> >>> Maybe there's a buildroot bug here?
> >> busybox in SVN does have a microcom applet, as of four weeks ago. The
> >> latest change to package/Config.in takes that into account.
> >>
> >> On Tue, Oct 23, 2007 at 11:04:10PM +0300, Ivan Kuten wrote:
> >>> Indeed,
> >>>
> >>> see Config.in
> >>>
> >>> if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
> >>> source "package/microcom/Config.in"
> >>> endif
> >>>
> >
> > I do not think that is a good idea to hide it until
> > it is in the mainstream busybox.
> >
>
> OK,
>
> I will "unhide" it, and if microcom applet will be in busybox mainline then hide again.
>
I suggest that it is hidden, if the snapshot is used.
Otherwise visible.
> BR,
> Ivan
> --------------------------------
> Embedded Linux engineer,
> Promwad Company: http://www.promwad.com/
> Homepage : http://www.ivankuten.com/
> --------------------------------
--
Best Regards,
Ulf Samuelsson
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-10-24 22:55 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-23 18:32 [Buildroot] Busybox minicom-like application? Jorge S.
2007-10-23 19:49 ` Ivan Kuten
2007-10-23 18:52 ` Jorge S.
2007-10-23 20:04 ` Ivan Kuten
2007-10-23 22:45 ` Hamish Moffatt
2007-10-23 22:59 ` Ulf Samuelsson
2007-10-24 18:28 ` Ivan Kuten
2007-10-24 22:55 ` Ulf Samuelsson
2007-10-24 18:30 ` Ivan Kuten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox