From c53f2409b4df3069e25d849111cbd672ae5c6d9b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Oct 2011 15:46:04 -0400 Subject: [PATCH] * another typo --- kernel/build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/build.pl b/kernel/build.pl index 65e5d4f..0ab960a 100755 --- a/kernel/build.pl +++ b/kernel/build.pl @@ -18,7 +18,7 @@ system("cp /root/benchmarks/kernel/config-3.0.7 .config"); install_gcc(); -system("make odlconfig"); +system("make oldconfig"); my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`; chomp $cpus; system("make -j$cpus");