diff options
author | Jonathan Bauer | 2012-09-06 14:53:58 +0200 |
---|---|---|
committer | Jonathan Bauer | 2012-09-06 14:53:58 +0200 |
commit | 35024df11b457a1f754e3ccf5be64935e170d84c (patch) | |
tree | 31f4eeddd9fdde049e7006aca3b7e0c9da0866f6 | |
parent | config for vanilla kernel 3.4.0 (diff) | |
download | osib-35024df11b457a1f754e3ccf5be64935e170d84c.tar.gz osib-35024df11b457a1f754e3ccf5be64935e170d84c.tar.xz osib-35024df11b457a1f754e3ccf5be64935e170d84c.zip |
-rw-r--r-- | minilinux/kernel/README | 2 | ||||
-rw-r--r-- | minilinux/kernel/kernel.config | 2 |
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 |