summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-02 16:04:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-04 12:34:23 +0200
commitbfb4d979aafc13df9c8d96f96a32d4bbd520ee36 (patch)
tree9025220286f1f118872f48f4dfccff6c98eb14e5 /fixup_ptxconfigs.sh
parentccc8e920d80a9b6ca0c8758ee0b4391305a2f3b1 (diff)
downloadOSELAS.Toolchain-bfb4d979aafc13df9c8d96f96a32d4bbd520ee36.tar.gz
OSELAS.Toolchain-bfb4d979aafc13df9c8d96f96a32d4bbd520ee36.tar.xz
fixup_ptxconfigs.sh: use 3.16 as latest supported kernel version for 5.x kernel headers
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'fixup_ptxconfigs.sh')
-rwxr-xr-xfixup_ptxconfigs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index 495c5fa..ab6cd27 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -272,6 +272,9 @@ fixup()
4.[0123456789]*)
PTXCONF_GLIBC_ENABLE_KERNEL="3.10"
;;
+ 5.[0123456789]*)
+ PTXCONF_GLIBC_ENABLE_KERNEL="3.16"
+ ;;
"")
;;
*)