projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538efe5
)
generic: config-filter: filter out CONFIG_RUSTC_SUPPORTS_* symbols
author
Robert Marko
<
[email protected]
>
Fri, 9 May 2025 12:10:41 +0000
(14:10 +0200)
committer
Robert Marko
<
[email protected]
>
Fri, 9 May 2025 12:13:19 +0000
(14:13 +0200)
CONFIG_RUSTC_SUPPORTS_* is set based on rustc presence and version,
so we need to filter it 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 e01d74717030f5c7eeadee63b5cd5658c19911a6..e1a763af5a3801f0dcfa5356dd98da394187c31f 100644
(file)
--- a/
target/linux/generic/config-filter
+++ b/
target/linux/generic/config-filter
@@
-17,6
+17,7
@@
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
CONFIG_PAHOLE_VERSION=.*
CONFIG_PLUGIN_HOSTCC=".*"
CONFIG_RUSTC_LLVM_VERSION=.*
+CONFIG_RUSTC_SUPPORTS_.*=.*
CONFIG_RUSTC_VERSION=.*
# CONFIG_SET_FS is not set
# CONFIG_TASKS_.* is not set