From: Heiko Z. <smi...@us...> - 2011-01-25 18:04:59
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11934 Modified Files: prepare Log Message: ooops Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- prepare 19 Jan 2011 14:33:10 -0000 1.87 +++ prepare 25 Jan 2011 18:04:51 -0000 1.88 @@ -69,7 +69,7 @@ cp -v $KERNEL_CONFIG_DIR/config_linux $KERNELDIR/.config || exit 1 cat $KERNEL_CONFIG_DIR/config_linux.$CONFIG_KERNEL_CPU >> $KERNELDIR/.config || exit 1 - set_kernel_option CONFIG_NR_CPUS $(CONFIG_LINUX_NR_CPUS) + set_kernel_option CONFIG_NR_CPUS $CONFIG_LINUX_NR_CPUS if [ "$CONFIG_ALSA" == "y" ]; then cat $KERNEL_CONFIG_DIR/config_linux.alsa >> $KERNELDIR/.config || exit 1 |