* [Buildroot] Buildroot, busysbox and microcom
@ 2008-03-26 13:19 Tim Barr
2008-03-26 21:04 ` Ulf Samuelsson
0 siblings, 1 reply; 3+ messages in thread
From: Tim Barr @ 2008-03-26 13:19 UTC (permalink / raw)
To: buildroot
Something I noticed is that in the list of applications you can select
for busybox from the buildroot config does not include the microcom
terminal emulator app. What is the proper process to get this included?
Do I just do a 'make configured' and just edit the busybox .config file,
and then make? Or do I need to do something with saveconfig and
getconfig? Or are those commands just used to save and get custom
.config files in the project directory?
Timothy Barr
Hardware Development Engineer
for Multi-Tech Systems, Inc.
<mailto:tbarr@multitech.com> tbarr at multitech.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080326/45e5262d/attachment.htm
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Buildroot, busysbox and microcom
2008-03-26 13:19 [Buildroot] Buildroot, busysbox and microcom Tim Barr
@ 2008-03-26 21:04 ` Ulf Samuelsson
2008-03-27 2:52 ` Hamish Moffatt
0 siblings, 1 reply; 3+ messages in thread
From: Ulf Samuelsson @ 2008-03-26 21:04 UTC (permalink / raw)
To: buildroot
> Something I noticed is that in the list of applications you can select
> for busybox from the buildroot config does not include the microcom
> terminal emulator app. What is the proper process to get this included?
> Do I just do a 'make configured' and just edit the busybox .config file,
> and then make? Or do I need to do something with saveconfig and
> getconfig? Or are those commands just used to save and get custom
> .config files in the project directory?
You need to disable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS to allowyou to configure Microcomif BR2_NETWORK_SUPPORT
comment "Networking applications"
...if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS || !BR2_PACKAGE_BUSYBOX_SNAPSHOT
source "package/microcom/Config.in"
endif...Best RegardsUlf Samuelsson
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Buildroot, busysbox and microcom
2008-03-26 21:04 ` Ulf Samuelsson
@ 2008-03-27 2:52 ` Hamish Moffatt
0 siblings, 0 replies; 3+ messages in thread
From: Hamish Moffatt @ 2008-03-27 2:52 UTC (permalink / raw)
To: buildroot
On Wed, Mar 26, 2008 at 10:04:01PM +0100, Ulf Samuelsson wrote:
>
>
> > Something I noticed is that in the list of applications you can select
> > for busybox from the buildroot config does not include the microcom
> > terminal emulator app. What is the proper process to get this included?
> > Do I just do a 'make configured' and just edit the busybox .config file,
> > and then make? Or do I need to do something with saveconfig and
> > getconfig? Or are those commands just used to save and get custom
> > .config files in the project directory?
>
> You need to disable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS to allowyou to configure Microcomif BR2_NETWORK_SUPPORT
> comment "Networking applications"
> ...if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS || !BR2_PACKAGE_BUSYBOX_SNAPSHOT
> source "package/microcom/Config.in"
> endif...Best RegardsUlf Samuelsson
I thought Tim wanted to enable Busybox's microcom. In that case, run
"make busybox-menuconfig", and maybe "make busybox-update" afterwards to
save the configuration to local/xzy/..
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-27 2:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 13:19 [Buildroot] Buildroot, busysbox and microcom Tim Barr
2008-03-26 21:04 ` Ulf Samuelsson
2008-03-27 2:52 ` Hamish Moffatt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox