diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-05 20:38:24 -0600 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2011-02-07 20:18:19 +0000 |
commit | 13f71acf890d917f54abe17a2771c6904e06a315 (patch) | |
tree | f84631babcda83e73cc9020444c5237ed8213da8 /testing | |
parent | 27dde293cf2ba999caf19eee13719aa2d2bfb63d (diff) | |
download | aports-13f71acf890d917f54abe17a2771c6904e06a315.tar.bz2 aports-13f71acf890d917f54abe17a2771c6904e06a315.tar.xz |
testing/linux-xen0: enable CONFIG_PRINTK_TIME
Diffstat (limited to 'testing')
-rw-r--r-- | testing/linux-xen0/APKBUILD | 2 | ||||
-rw-r--r-- | testing/linux-xen0/kernelconfig.x86_64 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/linux-xen0/APKBUILD b/testing/linux-xen0/APKBUILD index 0efd6d06a5..2952db7d2a 100644 --- a/testing/linux-xen0/APKBUILD +++ b/testing/linux-xen0/APKBUILD @@ -4,7 +4,7 @@ _flavor=xen0 pkgname=linux-${_flavor} pkgver=2.6.32.28 _kernver=2.6.32 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with dom0 support (no grsecurity)" url=http://grsecurity.net depends="mkinitfs linux-firmware xen" diff --git a/testing/linux-xen0/kernelconfig.x86_64 b/testing/linux-xen0/kernelconfig.x86_64 index 4343c0d830..8749f26376 100644 --- a/testing/linux-xen0/kernelconfig.x86_64 +++ b/testing/linux-xen0/kernelconfig.x86_64 @@ -4009,7 +4009,7 @@ CONFIG_DLM=m # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK_TIME=y CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 |