diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-05 20:40:13 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-05 20:40:13 -0600 |
commit | a54ed561fa57b9d94ba34b80c5c6aaea52754174 (patch) | |
tree | cb59b0445513fa2191a3644b638c2d4785ccadef /testing/linux-scst | |
parent | ba0c50807e22ac4b07c5d30e9899b6ff57900f9f (diff) | |
download | aports-a54ed561fa57b9d94ba34b80c5c6aaea52754174.tar.bz2 aports-a54ed561fa57b9d94ba34b80c5c6aaea52754174.tar.xz |
testing/linux-scst: enable CONFIG_PRINTK_TIME
Diffstat (limited to 'testing/linux-scst')
-rw-r--r-- | testing/linux-scst/APKBUILD | 4 | ||||
-rw-r--r-- | testing/linux-scst/kernelconfig.x86_64 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/linux-scst/APKBUILD b/testing/linux-scst/APKBUILD index 4fa5797e5..819630306 100644 --- a/testing/linux-scst/APKBUILD +++ b/testing/linux-scst/APKBUILD @@ -4,7 +4,7 @@ _flavor=scst pkgname=linux-${_flavor} pkgver=2.6.36.2 _kernver=2.6.36 -pkgrel=2 +pkgrel=3 pkgdesc="Linux kernel optimised for scst" url="http://scst.sourceforge.net" depends="mkinitfs linux-firmware" @@ -142,7 +142,7 @@ firmware() { md5sums="61f3739a73afb6914cb007f37fb09b62 linux-2.6.36.tar.bz2 4b01c5f9657a9587b262df5f8d784116 patch-2.6.36.2.bz2 -3d93fd576b38ac5f68ceac44c65df380 kernelconfig.x86_64 +68d4cbd30411aca485293117bd98ec38 kernelconfig.x86_64 e62cd51e9452633821e4457564a094f3 scst-2.0.0.1-2.6.36.patch fec281a4e03fed560ce309ad8fc5a592 unionfs-2.5.7_for_2.6.36.diff 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch" diff --git a/testing/linux-scst/kernelconfig.x86_64 b/testing/linux-scst/kernelconfig.x86_64 index 9d877d166..d98eb305a 100644 --- a/testing/linux-scst/kernelconfig.x86_64 +++ b/testing/linux-scst/kernelconfig.x86_64 @@ -4483,7 +4483,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 |