Can I open busybox features in DEVICE_PACKAGES?

Hi there,

I want to open some busybox features in DEVICE_PACKAGES , rather than using "make menuconfig". The similar method of DEVICE_PACKAGES will work for me.

Thanks

No, you can't. Busybox is a monolithic multi-call binary, shared by all devices of a target (and even all targets of the given arch). Changing its config for one device affects all (of the same arch), aside from the buildsystem preventing busybox changes (without heavy-handed opt-in/ tainting) in the first place.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.