summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-04-22 08:38:21 +0200
committertnut <tnut at nutyx dot com>2011-04-22 08:38:21 +0200
commite80f3074d9c24decc2a7087441da1eec622dc98a (patch)
tree6183a35373997d93eaa5db52f92bfc80049dc0bd /base
parent4d3c250961227a2fb1644ea74a89570e35e78132 (diff)
downloadnutyx-pakxe-e80f3074d9c24decc2a7087441da1eec622dc98a.tar.gz
nutyx-pakxe-e80f3074d9c24decc2a7087441da1eec622dc98a.tar.bz2
nutyx-pakxe-e80f3074d9c24decc2a7087441da1eec622dc98a.tar.xz
nutyx-pakxe-e80f3074d9c24decc2a7087441da1eec622dc98a.zip
kernel, menu-config commenté
Diffstat (limited to 'base')
-rw-r--r--base/kernel/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/kernel/Pkgfile b/base/kernel/Pkgfile
index 158344977..265551e20 100644
--- a/base/kernel/Pkgfile
+++ b/base/kernel/Pkgfile
@@ -43,7 +43,7 @@ if [ -f ../patch-$version.bz2 ]; then
bzip2 -d -c ../patch-$version.bz2 | patch -Np1
fi
sed -i "s/EXTRAVERSION = .*/EXTRAVERSION =/" Makefile
-make menuconfig
+# make menuconfig
case `uname -m` in
x86_64)
cp .config `prt-get printf %p --filter=kernel`/$name/config_64;;