I want to modify some Linux source files under the directory openwrt/build_mipsel/linux/net/sched, and then recompile the kernel to get a new bin file.
However, after I "make" the openwrt at the root directory, the kernel change I made have not been incorporated into openwrt-xxx-.bin file, because there is almost no difference between old bin file and new bin file.
My question is that how to compile the OpenWrt kernel, if I want to do some kernel development based on OpenWrt. It seems to me that just type "make" is not enough.
Thank you