From: Robert Marko Date: Mon, 22 May 2023 21:42:13 +0000 (+0200) Subject: generic: filter out CONFIG_PAHOLE_HAS_SPLIT_BTF X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3591353f5143fc46e31f921484177a9d6f1089a2;p=openwrt%2Fopenwrt.git generic: filter out CONFIG_PAHOLE_HAS_SPLIT_BTF CONFIG_PAHOLE_HAS_SPLIT_BTF should be runtime detected as it depends on pahole being available on the host, so filter it out of configs. Signed-off-by: Robert Marko --- diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter index 201b68dddf..e7aa90f8b5 100644 --- a/target/linux/generic/config-filter +++ b/target/linux/generic/config-filter @@ -10,6 +10,7 @@ CONFIG_CLANG_VERSION=.* # CONFIG_LD_.* is not set CONFIG_LLD_VERSION=.* CONFIG_PAHOLE_VERSION=.* +CONFIG_PAHOLE_HAS_SPLIT_BTF=.* CONFIG_PLUGIN_HOSTCC=".*" # CONFIG_SET_FS is not set # CONFIG_TASKS_.* is not set