mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/linux-headers: drop 5.4.x option
The 5.4.x series is now EOL upstream, so drop the linux-headers option and add legacy handling for it. Bump kernel version in test_zfs.py. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
a06d79862a
commit
7c9d6018e6
@@ -81,7 +81,7 @@ class TestZfsUclibc(TestZfsBase):
|
||||
config = config.replace('BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y\n', '') + \
|
||||
"""
|
||||
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
|
||||
BR2_KERNEL_HEADERS_5_4=y
|
||||
BR2_KERNEL_HEADERS_5_10=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||
BR2_PTHREAD_DEBUG=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
|
||||
Reference in New Issue
Block a user