Re: Problems switching from busybox-udhcpc to dhcpcd
Bryan Evenson
All,
toggle quoted message
Show quoted text
I solved my problems. -----Original Message-----First, I was having issue even directly calling dhcpcd from the command line with the line I had in my pre-up script. There have been some updates to the dhcpcd recipe in master that affects the file installation locations. I copied the dhcpcd recipe in master and put it in my custom layer. I could then call dhcpcd directly without issue. Second, I needed to enable the CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP configuration parameter in busybox. The ifup and ifdown applets from Busybox were not attempted to call dhcpcd without this set. Once I got both of these fixes in place, I found out that I don't need the if-up script I had created. Everything is running fine now. Bryan Evenson |
|