"putting your module in /system/lib/modules/ then insmod " is working fine but I am asking how to put in the ROM image so that I don't need to push the .ko file to /system/lib/modules
Thanks On Sat, Oct 23, 2010 at 7:45 AM, James lichtenstiger <[email protected]>wrote: > the kernel looks for modules in /lib/modules/ which is often symlinked > to /system/lib/modules/ > > Try putting your module in /system/lib/modules/ then insmod it from > init.rc > > On Oct 21, 6:47 am, neeloor2004 <[email protected]> wrote: > > Hi > > > > I wanted to enable IPIP module in the kernel , for that I have updated > > kernel .config CONFIG_NET_IPIP=m, built kernel and I am able to see > > IPIP.KO is created . > > But when I flash the rom it is not there!. So how to add kernel > > modules to ROM (Image) [What are the files I have to change] > > I also tried CONFIG_NET_IPIP=y , still IPIP module is not loaded with > > kernel > > Thanks in advance any help > > > > Regards, > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
