Bug 2671

Summary: Building a UDHCP client for ARM9 platform
Product: Busybox Reporter: Mushabbar <Mushabbar.hussain>
Component: NetworkingAssignee: unassigned
Status: RESOLVED INVALID    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.14.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

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.