summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--minilinux/kernel/README2
-rw-r--r--minilinux/kernel/kernel.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/minilinux/kernel/README b/minilinux/kernel/README
index 48e219e..cc4e299 100644
--- a/minilinux/kernel/README
+++ b/minilinux/kernel/README
@@ -5,7 +5,7 @@
git repo: http://git.openslx.org/openslx-ng/kernel.git/
- configured to compile aufs and squashfs within the kernel
- - CONFIG_LOCALVERSION should refer to your target architecture (current: "-openslx-x86")
+ - CONFIG_LOCALVERSION should refer to your target architecture (current: "-openslx-x86_64")
This config has been tested on a 32-bit and 64-bit Ubuntu System and works for both...
diff --git a/minilinux/kernel/kernel.config b/minilinux/kernel/kernel.config
index 3d43c1c..586e480 100644
--- a/minilinux/kernel/kernel.config
+++ b/minilinux/kernel/kernel.config
@@ -60,7 +60,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
-CONFIG_LOCALVERSION="-openslx-x86"
+CONFIG_LOCALVERSION="-openslx-x86_64"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y