I read different thread in this forum tried to put that together and I think I finally did.
What I understood, to make my freelink linkstation work with the 2.6 kernel I have to:
get the binary 2.6 kernel here:
http://buffalo.nas-central.org/download/LS ... .22.ls2.gzand the binary modules:
http://buffalo.nas-central.org/download/LS ... ls2.tar.gzuntar the kernel anywhere
then
Code:
root@linkserver:/anywhere# objcopy -O binary vmlinux-2.6.22.ls2 /boot/vmlinux-2.6.22-ls2
get the loader from André's website:
http://hvkls.dyndns.org/downloads/bootl ... v86.tar.gzuntar it on the root of linkstation:
Code:
cd /
root@linkserver:/# tar xf /anywhere/bootloader_linkstation-uni-v86.tar.gz
untar kernel modules on the root of the linkstation:
Code:
root@linkserver:/# tar xf /anywhere/kernel-modules-2.6.22.ls2.tar.gz
to allow the right kernel to boot:
Code:
root@linkserver:/# cp /etc/default/boot_new.sh_local_sample /etc/default/boot_new.sh_local
root@linkserver:/# pico /etc/default/boot_new.sh_local
Ok assuming everything is correct and that I didn't forget something (it's late when I write this), I just need to know what modifications I have to do in that file. I guess I have to uncomment the MIPS24_HACK="1", but I'm not even sure of that.
André could you help me with that please?