freeswitch/src/mod/endpoints/mod_skypopen/kernel/README-linux-2.6.24.7

13 lines
366 B
Groff

#using linux-2.6.24.7.tar.bz2 from kernel.org
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.7.tar.bz2
tar xjf linux-2.6.24.7.tar.bz2
cd linux-2.6.24.7
make mrproper
cp ../config-linux-2.6.24.7-skypiax08D01 .config
cp ../dummy.c.skypiax sound/drivers/dummy.c #optional step, halves the load
make
make install
make modules_install
make install
#enjoy