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
> 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.