diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-05 20:38:24 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-05 20:38:24 -0600 |
commit | 4476f8eed364055b3e5d9f5105f10d9174bce3a6 (patch) | |
tree | f84631babcda83e73cc9020444c5237ed8213da8 /testing/linux-xen0 | |
parent | bf64351f416884a70a8c5875695b0fd328fd2f10 (diff) | |
download | aports-4476f8eed364055b3e5d9f5105f10d9174bce3a6.tar.bz2 aports-4476f8eed364055b3e5d9f5105f10d9174bce3a6.tar.xz |
testing/linux-xen0: enable CONFIG_PRINTK_TIME
Diffstat (limited to 'testing/linux-xen0')
-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 |