Hey everyone,
I would like to apply the cttproxy patch to the kernel, and build its module for openwrt. I am not sure exactly how this is done.
I can use the buildroot environment to build a firmware using two simple make commands. If I then go into buildroot/build_mipsel/linux, I can cleanly apply the patches for the 2.4.29 kernel. Do I simply need to run make again to re-build the firmware, or do I need to run some sort of 'make clean' first?
I also noticed the patch-kernel.sh script in the scripts folder. Is this script called by the build process? Can I just create a folder called kernel-patches in the buildroot folder and dump my patches there?
Thanks in advance for any help.