aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2010-12-20 08:01:14 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2010-12-21 08:39:39 -0600
commit300a9aa3b4a6fd394f41656474d27442141401be (patch)
tree036989fdf6101becfabf6a286641fa828ac864d9
parent1b5ea42861af16d13e56ff66e93208a4b7707431 (diff)
downloadalpine_aports-300a9aa3b4a6fd394f41656474d27442141401be.tar.bz2
alpine_aports-300a9aa3b4a6fd394f41656474d27442141401be.tar.xz
alpine_aports-300a9aa3b4a6fd394f41656474d27442141401be.zip
main/linux-grsec: enable CONFIG_IA32_EMULATION on x86_64.
-rw-r--r--main/linux-grsec/APKBUILD2
-rw-r--r--main/linux-grsec/kernelconfig.x86_642
2 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index 4021b6a4b7..a6d56631aa 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -4,7 +4,7 @@ _flavor=grsec
4pkgname=linux-${_flavor} 4pkgname=linux-${_flavor}
5pkgver=2.6.35.9 5pkgver=2.6.35.9
6_kernver=2.6.35 6_kernver=2.6.35
7pkgrel=5 7pkgrel=6
8pkgdesc="Linux kernel with grsecurity" 8pkgdesc="Linux kernel with grsecurity"
9url=http://grsecurity.net 9url=http://grsecurity.net
10depends="mkinitfs linux-firmware" 10depends="mkinitfs linux-firmware"
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64
index 627e7c812d..b5ddf5f15c 100644
--- a/main/linux-grsec/kernelconfig.x86_64
+++ b/main/linux-grsec/kernelconfig.x86_64
@@ -513,7 +513,7 @@ CONFIG_BINFMT_ELF=y
513# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 513# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
514# CONFIG_HAVE_AOUT is not set 514# CONFIG_HAVE_AOUT is not set
515CONFIG_BINFMT_MISC=m 515CONFIG_BINFMT_MISC=m
516# CONFIG_IA32_EMULATION is not set 516CONFIG_IA32_EMULATION=y
517# CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set 517# CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set
518CONFIG_NET=y 518CONFIG_NET=y
519 519