Using config diffs in buildroot without needing to manually track depedencies

Usually I just edit config_seed directly and enable only "direct packages" in there.

Then

cp config_seed .config
make defconfig

It should bring in all current dependencies of those "direct packages"