26.3. Find Buildroot options with make menuconfig

make menuconfig is a convenient way to find Buildroot configurations:

cd "$(./getvar buildroot_build_dir)"
make menuconfig

Hit / and search for the settings.

Save and quit.

diff -u .config.olg .config

Then copy and paste the diff additions to buildroot_config/default to make them permanent.