Bug 2671 - Building a UDHCP client for ARM9 platform
Summary: Building a UDHCP client for ARM9 platform
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.14.x
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-08 03:50 UTC by Mushabbar
Modified: 2010-10-28 22:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mushabbar 2010-10-08 03:50:46 UTC
Hi,
Need help in building a udhcp client for ARM9 platform, i could download the busy box busybox-1.14.3.tar code but not able to build a standalone udhcp client from it. Basically requirement is to build a standalone udhcp client that can be installed in my embedded box. Appreciate any help on this

Thanks
Comment 1 Denys Vlasenko 2010-10-09 11:29:09 UTC
> but not able to build a standalone udhcp client from it

Run "make allnoconfig", then "make menuconfig", go to "Networking Utilities" and selece "udhcp client (udhcpc)".

Do not enable any other applet.