projects
/
openwrt
/
staging
/
linusw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18de64d
)
generic: config-filter: filter out CONFIG_PAHOLE_HAS_LANG_EXCLUDE
author
Robert Marko
<
[email protected]
>
Wed, 14 May 2025 09:05:55 +0000
(11:05 +0200)
committer
Robert Marko
<
[email protected]
>
Wed, 14 May 2025 09:28:01 +0000
(11:28 +0200)
CONFIG_PAHOLE_HAS_LANG_EXCLUDE is set depending on the pahole version
present, so it must be filtered out.
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/generic/config-filter
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-filter
b/target/linux/generic/config-filter
index e1a763af5a3801f0dcfa5356dd98da394187c31f..eaf3bc70356c9c9a82ab43c84791aec329791bbe 100644
(file)
--- a/
target/linux/generic/config-filter
+++ b/
target/linux/generic/config-filter
@@
-13,6
+13,7
@@
CONFIG_FRAME_WARN=.*
# CONFIG_INLINE_.* is not set
# CONFIG_LD_.* is not set
CONFIG_LLD_VERSION=.*
+CONFIG_PAHOLE_HAS_LANG_EXCLUDE=.*
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
CONFIG_PAHOLE_VERSION=.*
CONFIG_PLUGIN_HOSTCC=".*"