Ok. I have them as modules, not in one binary.
So, this won't work i believe.
But thanks for the information.

Abhinav

On Mon, Oct 10, 2011 at 1:25 AM, harish badrinath <harishbadrin...@gmail.com
> wrote:

> 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
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to