skypiax: kernel/config* naming

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14569 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2009-08-19 14:25:46 +00:00
parent 974c06bbab
commit d8f0754765

View File

@ -3,7 +3,7 @@ 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 tar xjf linux-2.6.24.7.tar.bz2
cd linux-2.6.24.7 cd linux-2.6.24.7
make mrproper make mrproper
cp ../config-linux-2.6.24.7-skypiax08D02 .config cp ../config-linux-2.6.24.7-skypiax08D01 .config
cp ../dummy.c.skypiax sound/drivers/dummy.c #optional step, halves the load cp ../dummy.c.skypiax sound/drivers/dummy.c #optional step, halves the load
make make
make install make install