From: Carsten Schlote <[email protected]> Added 2.6.31 and beyond to use headers for kernel 2.6.31 or newer.
Signed-off-by: Carsten Schlote <[email protected]> --- fixup_ptxconfigs.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index df4fc80..1644afa 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -220,9 +220,12 @@ fixup() 2.6.18) PTXCONF_GLIBC_ENABLE_KERNEL="2.6.16" ;; - 2.6.2[6789]) + 2.6.2[456789]) PTXCONF_GLIBC_ENABLE_KERNEL="2.6.23" ;; + 2.6.3[123456789]) + PTXCONF_GLIBC_ENABLE_KERNEL="2.6.31" + ;; "") ;; *) -- 1.6.6.1 -- ptxdist mailing list [email protected]
