CRUX PPC 2.2.0.2rc1 users:
it's suggested to update your kernel to 2.6.20.2
here a working config (radeon,squashfs):
http://acrux.homelinux.org/files/linux- ... nfig-Efika
and usual patches...
Code:
tar -xjvf linux-2.6.20.2.tar.bz2
tar -xvzf sven-efika+cruxppc-2007.01.25.tar.gz
cd linux-2.6.20.2/
make mrproper
for i in ../sven-efika+cruxppc-2007.01.25/*.txt; do patch -p1 < $i ; done
patch -p1 < ../cruxppc-logo.diff
patch -p1 < ../squashfs3.2-patch
make menuconfig
make
make modules_install
...
greetz,
The Crux PPC Team