For my project I need to add dnsmasq
to my build.
That is easy to do using make menuconfig
, problem is that the menu misses the option to enable nftset
.
I manually updated Config.in
and dnsmasq.mk
in /nerves/env/platform/buildroot/package/dnsmasq
, to add the new selection.
After cleaning, recompiling my dnsmasq is okay.
Now for the question, how can I make this reproducable?
If (when) I upgrade/redownload buildroot my changes will be lost.