File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
9599config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12
96100 bool "4.12.x"
97101 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ ifeq ($(BR2_KERNEL_HEADERS_VERSION)$(BR2_KERNEL_HEADERS_AS_KERNEL),y)
126126define 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 )
130130endef
131131LINUX_HEADERS_POST_INSTALL_STAGING_HOOKS += LINUX_HEADERS_CHECK_VERSION
132132endif
You can’t perform that action at this time.
0 commit comments