From 78ed210f57ade3a5092050a9d9fed0ae30443e8e Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 4 Dec 2012 12:26:32 +0100 Subject: fixup_ptxconfigs: set 'enable-kernel' to 2.6.32 for kernel headers 3.x Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index 1360c64..a803009 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -240,6 +240,9 @@ fixup() 2.6.3[56789]) PTXCONF_GLIBC_ENABLE_KERNEL="2.6.23" ;; + 3.[123456789]) + PTXCONF_GLIBC_ENABLE_KERNEL="2.6.32" + ;; "") ;; *) -- cgit v1.2.3