udhcpc doesn't assign ip address
- by Diab
i have a board running linux 2.6.28 and i have one Ethernet interface (eth0)
i want dhcp to assign dynamic ip to this interface. i have busybox with udhcpc in the file system and the kernel has the "Pack Socket" enabled
so i copied the scripts from "busybox-1.14.1/examples/udhcp" to my board on "/etc/udhcpc/"
(i created this directory) and…