While building the openssl in the buildroot, I get the following error.
make[4]: *** No rule to make target `../../include/openssl/idea.h', needed by `e_idea.o'. Stop.
The solution is
cp crypto/idea/idea.h include/openss
The question is how can I make a patch of this in buildroot? What is the best way to do so?