[openwrt/openwrt] generic: filter out CONFIG_PAHOLE_HAS_SPLIT_BTF
LEDE Commits
lede-commits at lists.infradead.org
Thu May 25 01:40:33 PDT 2023
dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/8f2dcd0c3d29ec0e4983d9a96b26a30c226da7a1
commit 8f2dcd0c3d29ec0e4983d9a96b26a30c226da7a1
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon May 22 23:42:13 2023 +0200
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 <robimarko at gmail.com>
(cherry picked from commit 3591353f5143fc46e31f921484177a9d6f1089a2)
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/generic/config-filter | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list