[OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-16 Thread harish badrinath
I was wrong again, both my way and your way both seems to be not working as of this moment. Here is my problem restated: (a) My patch to the kernel compiles, without breaking the build. (b) bin/ramips/openwrt-ramips-rt305x-uImage.bin boots from the boot-loader, but grep -i pronto

Re: [OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-16 Thread John Crispin
show us your patch please ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-16 Thread harish badrinath
The problem being the pattern of uImage files not containing the string that i have include in a printk statement in one of the source files. Please help, as i am really stuck. Found the answer .. uImage is a lzma compressed file .. that is the reason why uImages dont match the grep query.

[OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-15 Thread harish badrinath
Hello, I have added a hackish patch, derived from muliple source and forced the build process to generate an image (none of the changes are nice). The build is sucessful and the images are create in the bin/foo directory. There is a printk with a string in one of the files, that should indicate

[OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-15 Thread harish badrinath
I am really sorry, will try to work with this document http://wiki.openwrt.org/doc/devel/patches and come back if i am stuck. Regretfully, Harish Badrinath ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org