toolchain: glibc: increase min kernel version to 5.15
[openwrt/staging/hauke.git] / toolchain / glibc / common.mk
index ac396531c994c1608c1bb2f1221dff71d7ed3136..33afb2d60a6dd06c42466f2ba4a5e2c7fb880e9a 100644 (file)
@@ -64,7 +64,7 @@ GLIBC_CONFIGURE:= \
                  $(if $(CONFIG_PKG_CC_STACKPROTECTOR_REGULAR),--enable-stack-protector=yes) \
                  $(if $(CONFIG_PKG_CC_STACKPROTECTOR_STRONG),--enable-stack-protector=strong) \
                  $(if $(CONFIG_PKG_RELRO_FULL),--enable-bind-now) \
-               --enable-kernel=5.10.0
+               --enable-kernel=5.15.0
 
 export libc_cv_ssp=no
 export libc_cv_ssp_strong=no