aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-26 11:02:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-26 14:42:27 +0000
commite047120670d5dba79f2b622c0b18da698a88686a (patch)
tree5a94beb5d47255a00cc8fe1578c15f6b3dc6193b
parentce2019827ba994fda7712807c09df2bc461b91ff (diff)
downloadalpine_aports-e047120670d5dba79f2b622c0b18da698a88686a.tar.bz2
alpine_aports-e047120670d5dba79f2b622c0b18da698a88686a.tar.xz
alpine_aports-e047120670d5dba79f2b622c0b18da698a88686a.zip
main/linux-grsec: enable static RTC_DRV_CMOS
fixes #747
-rw-r--r--main/linux-grsec/APKBUILD6
-rw-r--r--main/linux-grsec/kernelconfig.x862
-rw-r--r--main/linux-grsec/kernelconfig.x86_642
3 files changed, 5 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index dbb94e2a68..db50b43ea4 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -4,7 +4,7 @@ _flavor=grsec
4pkgname=linux-${_flavor} 4pkgname=linux-${_flavor}
5pkgver=3.0.7 5pkgver=3.0.7
6_kernver=3.0 6_kernver=3.0
7pkgrel=1 7pkgrel=2
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"
@@ -142,5 +142,5 @@ md5sums="398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2
142c83f7f0b4e400948fd30725bee596613 grsecurity-2.2.2-3.0.7-201110200052.patch 142c83f7f0b4e400948fd30725bee596613 grsecurity-2.2.2-3.0.7-201110200052.patch
143c41cf0ee9794f393423c6b2093072260 grsec-timblogiw-noconst.patch 143c41cf0ee9794f393423c6b2093072260 grsec-timblogiw-noconst.patch
144776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch 144776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch
145bcb5aaabe38627ec887406774d8aeb42 kernelconfig.x86 1450134b22fc2c95106803f4043cffed087 kernelconfig.x86
1469add73a4ee0b1f15b4bf3e3311c3d140 kernelconfig.x86_64" 146d97d1808eebdfb97734dccfbcaea35f2 kernelconfig.x86_64"
diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86
index fddc2a7e17..fe29b05025 100644
--- a/main/linux-grsec/kernelconfig.x86
+++ b/main/linux-grsec/kernelconfig.x86
@@ -4421,7 +4421,7 @@ CONFIG_RTC_DRV_PCF2123=m
4421# 4421#
4422# Platform RTC drivers 4422# Platform RTC drivers
4423# 4423#
4424CONFIG_RTC_DRV_CMOS=m 4424CONFIG_RTC_DRV_CMOS=y
4425CONFIG_RTC_DRV_DS1286=m 4425CONFIG_RTC_DRV_DS1286=m
4426CONFIG_RTC_DRV_DS1511=m 4426CONFIG_RTC_DRV_DS1511=m
4427CONFIG_RTC_DRV_DS1553=m 4427CONFIG_RTC_DRV_DS1553=m
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64
index 5d4051246b..da9d1acecc 100644
--- a/main/linux-grsec/kernelconfig.x86_64
+++ b/main/linux-grsec/kernelconfig.x86_64
@@ -4377,7 +4377,7 @@ CONFIG_RTC_DRV_PCF2123=m
4377# 4377#
4378# Platform RTC drivers 4378# Platform RTC drivers
4379# 4379#
4380CONFIG_RTC_DRV_CMOS=m 4380CONFIG_RTC_DRV_CMOS=y
4381CONFIG_RTC_DRV_DS1286=m 4381CONFIG_RTC_DRV_DS1286=m
4382CONFIG_RTC_DRV_DS1511=m 4382CONFIG_RTC_DRV_DS1511=m
4383CONFIG_RTC_DRV_DS1553=m 4383CONFIG_RTC_DRV_DS1553=m