I'm using buildroot-2017
with busybox-1.26.2
to build filesystem image for my embedded board using Linux kernel and udhcpc
still work fine. But when I change to use buildroot-2019
with busybox-1.29.3
, I can't see udhcpc
in /sbin
anymore, also the script /usr/share/udhcpc/default.script
is disappear too. Does anyone tell me what happen with that and how to enable udhcpc
?
Asked
Active
Viewed 629 times
0

Luca Ceresoli
- 1,591
- 8
- 19

E. Kjd
- 5
- 3
-
3I guess you have to enable it in the configuration file. – 0andriy Jun 08 '19 at 11:12
-
2Please be specific, buildroot releases follow a `
. – Peter Korsgaard Jun 08 '19 at 14:17[. ]` scheme, so there is no 2017 or 2019 releases. Given the version numbers, I take it you mean 2017.02.` ` and 2019.02.` `. More importantly, how does your .config look like? With 2019.02.3 and a trivial defconfig, the files are there as expected. -
1Thank for your comment, I solved this, I just take care about .config in buildroot, but forgot to enable in busybox.config in package/busybox – E. Kjd Jun 11 '19 at 03:15