[no ci] Linux: add workaround for yylloc patches (#1206)

pull/1207/head
viktorxda 2023-12-20 10:01:49 +01:00 committed by GitHub
parent a5838ec281
commit a0b71da2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
export UIMAGE_NAME = Linux-$(LINUX_VERSION_PROBED)-$(OPENIPC_SOC_MODEL)
# Exclude buildroot yylloc patches
LINUX_POST_PATCH_HOOKS = LINUX_APPLY_LOCAL_PATCHES
ifneq ($(BR2_PACKAGE_WIRELESS_TOOLS),y)
define LINUX_PATCHER_CONFIG_CFG80211
$(call KCONFIG_DISABLE_OPT,CONFIG_CFG80211)