diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-18 09:04:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-18 09:24:52 +0000 |
commit | 09a1021bb753206a08d1e1a166fbb2c3f12bad25 (patch) | |
tree | aa675ace1d29134ffe7e9754f1136615afef0b25 /main/linux-grsec/APKBUILD | |
parent | ae7fad750293c397b0d34cbffdc3cfb321189cb3 (diff) | |
download | aports-09a1021bb753206a08d1e1a166fbb2c3f12bad25.tar.bz2 aports-09a1021bb753206a08d1e1a166fbb2c3f12bad25.tar.xz |
*/*-grsec: disable CONFIG_IDE from kernel config
This avoids disks show up as hdX. Only sdX will be used.
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index a87212f94c..c06a6437ed 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.30.7 _kernver=2.6.30 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs" @@ -116,4 +116,4 @@ md5sums="7a80058a6382e5108cdb5554d1609615 linux-2.6.30.tar.bz2 7c91fa862b90d74da3aa83446d69a412 patch-2.6.30.7.bz2 414fc3d63417fc21a00ef94a611c58be grsecurity-2.1.14-2.6.30.7-200909151852.patch ca05fd252783b82e01610e775cf56498 net-next-2.6.git-5ef12d98a19254ee5dc851bd83e214b43ec1f725.patch -35d29ea012d4b009ce2bd37b7540903e kernelconfig" +9f41d910914f5a516072f0aa500fa117 kernelconfig" |