When I build toolchain to embedded linux I build busybox too.
How can I add tcpsvd
to my busybox?
This is documented in the Buildroot user manual, Chapter 7. Configuration of other components: use make busybox-menuconfig
to enter the Busybox configuration menu, then go under Networking Utilities
and enable tcpsvd
.
Section 9.4. Storing the configuration of other components of the manual documents how to make your custom configuration permanent.