summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-09-06 14:53:58 +0200
committerJonathan Bauer2012-09-06 14:53:58 +0200
commit35024df11b457a1f754e3ccf5be64935e170d84c (patch)
tree31f4eeddd9fdde049e7006aca3b7e0c9da0866f6
parentconfig for vanilla kernel 3.4.0 (diff)
downloadosib-master.tar.gz
osib-master.tar.xz
osib-master.zip
corrected CONFIG_LOCALVERSION nameHEADmaster
-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