Hello,
> @Harish :
> I am not sure how to trigger monolithic kernel, but i dont get any output of
> strings ... because vmlinux does not exist
> monolithic kernel ? option
My way of saying .. if you compiled everything you needed into the
kernel binary instead of compiling it as (optional) modules.
> strings vmlinux | grep abhinav
> Note: vmlinux is not vmlinuz ..
find . -name "vmlinux" -exec strings {} \; | grep -i LINUX
find . -name "*.ko" -exec strings {} \; | grep -i LINUX
replace linux with your name or other notable string. Of course this
assumes that you are doing this from openrwrt build root, in other
words $PWD should be openwrt build root directory.
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel