From 300a9aa3b4a6fd394f41656474d27442141401be Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 20 Dec 2010 08:01:14 -0600 Subject: main/linux-grsec: enable CONFIG_IA32_EMULATION on x86_64. --- main/linux-grsec/APKBUILD | 2 +- main/linux-grsec/kernelconfig.x86_64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 4021b6a4b..a6d56631a 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.35.9 _kernver=2.6.35 -pkgrel=5 +pkgrel=6 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 627e7c812..b5ddf5f15 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -513,7 +513,7 @@ CONFIG_BINFMT_ELF=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_HAVE_AOUT is not set CONFIG_BINFMT_MISC=m -# CONFIG_IA32_EMULATION is not set +CONFIG_IA32_EMULATION=y # CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set CONFIG_NET=y -- cgit v1.2.3