PDA

View Full Version : SDHC Kernel with MPPE Support (and CIFS/NFS modules)


aleksandyr
05-24-2007, 02:02 PM
I put this together last night and realized it might be useful, so here we go:

I've built a 2.6.18-osso40 kernel with the SDHC patches as well as support for MPPE.

The flasher-ready (./flasher3.0 -f -k zImage-rx-34-2.6.18-SDHC) may be found here:

http://alexander.lash.googlepages.com/zImage-rx-34-2.6.18-SDHC

Furthermore, I've got a selection of crypto and filesystem modules prepared as well:

http://alexander.lash.googlepages.com/modules-rx-34-2.6.18.tar.gz

I was not able to get the USB-OTG patches to compile on top of everything else.

SeRi@lDiE
05-24-2007, 02:03 PM
Sweet!

Thanks aleksandyr!

maxilogan
05-24-2007, 05:14 PM
Will I be able to mount net NFS shares like I was used to do with my first 770 2005OS?

aleksandyr
05-24-2007, 05:19 PM
Grab the modules package, untar it, insmod (as root, natch!) the relevant modules, and you'll be able to mount NFS.

The relevant modules being sunrpc.ko, nfs.ko and lockd.ko, if memory serves (I just use CIFS :) --- but probably not in that order.