]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
generic: config-filter: filter out CONFIG_RUSTC_SUPPORTS_* symbols
authorRobert Marko <robimarko@gmail.com>
Fri, 9 May 2025 12:10:41 +0000 (14:10 +0200)
committerRobert Marko <robimarko@gmail.com>
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 <robimarko@gmail.com>
target/linux/generic/config-filter

index e01d74717030f5c7eeadee63b5cd5658c19911a6..e1a763af5a3801f0dcfa5356dd98da394187c31f 100644 (file)
@@ -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