diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-24 14:56:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-24 14:56:28 +0000 |
commit | ce9c551ded7784c6967df896afedb68946974451 (patch) | |
tree | 056f84e6a011ee0e01e8b83ce95f58b0f776c310 /main/linux-grsec | |
parent | fc6daa7201ab20ddb46caa53a425404c9761c4df (diff) | |
download | aports-ce9c551ded7784c6967df896afedb68946974451.tar.bz2 aports-ce9c551ded7784c6967df896afedb68946974451.tar.xz |
main/linux-grsec: disable hpwtd
ref #228
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 405d9ccd24..3a71772fa6 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.32.2 _kernver=2.6.32 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -121,4 +121,4 @@ firmware() { md5sums="260551284ac224c3a43c4adac7df4879 linux-2.6.32.tar.bz2 924b7aa0fcd6e54c12ecc9b3c3082f59 patch-2.6.32.2.bz2 d7a5cd2c47196c628814018103719599 grsecurity-2.1.14-2.6.32.2-200912201010.patch -512be4fb8684a3a04a39b3888744d200 kernelconfig.x86" +e171958b13f21e7caf535b330b682116 kernelconfig.x86" diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 8e89a2853c..6e826fe03f 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.32 -# Sat Dec 12 18:09:46 2009 +# Linux kernel version: 2.6.32.2 +# Thu Dec 24 14:35:00 2009 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -2633,7 +2633,7 @@ CONFIG_ITCO_WDT=m CONFIG_ITCO_VENDOR_SUPPORT=y CONFIG_IT8712F_WDT=m CONFIG_IT87_WDT=m -CONFIG_HP_WATCHDOG=m +# CONFIG_HP_WATCHDOG is not set CONFIG_SC1200_WDT=m CONFIG_SCx200_WDT=m CONFIG_PC87413_WDT=m |