dhclient (renew ip) is missing in yocto build ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

dhclient (renew ip) is missing in yocto build ?

跳至解决方案
3,355 次查看
rans
Senior Contributor I

Hello,

I am using fsl-image-qt5 build , but on trying to renew ip with dhclient, I see that the command is missing.

Do I need to install with rpm (is that possible) ? or is there another way to achieve it ?

Thank you,

Ran

1 解答
2,919 次查看
gary_bisson
Senior Contributor III

Hi,

You should have busybox on the target which provides the 'udhcpc' tool which should do just what you need.

udhcpc -i eth0

Regards,

Gary

在原帖中查看解决方案

1 回复
2,920 次查看
gary_bisson
Senior Contributor III

Hi,

You should have busybox on the target which provides the 'udhcpc' tool which should do just what you need.

udhcpc -i eth0

Regards,

Gary