Skip to content

Commit 0d2af05

Browse files
committed
Hacks for 4.13 support
1 parent 5906866 commit 0d2af05

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

package/linux-headers/Config.in.host

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ choice
9292
This is used to hide/show some packages that have strict
9393
requirements on the version of kernel headers.
9494

95+
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_13
96+
bool "4.13.x"
97+
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
98+
9599
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12
96100
bool "4.12.x"
97101
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12

package/linux-headers/linux-headers.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ifeq ($(BR2_KERNEL_HEADERS_VERSION)$(BR2_KERNEL_HEADERS_AS_KERNEL),y)
126126
define LINUX_HEADERS_CHECK_VERSION
127127
$(call check_kernel_headers_version,\
128128
$(STAGING_DIR),\
129-
$(call qstrip,$(BR2_TOOLCHAIN_HEADERS_AT_LEAST)))
129+
4.13.0)
130130
endef
131131
LINUX_HEADERS_POST_INSTALL_STAGING_HOOKS += LINUX_HEADERS_CHECK_VERSION
132132
endif

0 commit comments

Comments
 (0)