[openwrt/openwrt] generic: filter out more rust related symbols

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 18 02:22:18 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/294945b8e98131331fbeef81e3781d829c70b88e

commit 294945b8e98131331fbeef81e3781d829c70b88e
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Thu Jan 15 22:21:36 2026 +0200

    generic: filter out more rust related symbols
    
    More rust symbols that are detected using scripts or based on the rust
    version have been added. Filter them out.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    Link: https://github.com/openwrt/openwrt/pull/21554
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/generic/config-filter | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter
index eaf3bc7035..d1e2f70bcb 100644
--- a/target/linux/generic/config-filter
+++ b/target/linux/generic/config-filter
@@ -17,8 +17,10 @@ CONFIG_PAHOLE_HAS_LANG_EXCLUDE=.*
 CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
 CONFIG_PAHOLE_VERSION=.*
 CONFIG_PLUGIN_HOSTCC=".*"
+CONFIG_RUSTC_HAS_UNNECESSARY_TRANSMUTES=.*
 CONFIG_RUSTC_LLVM_VERSION=.*
 CONFIG_RUSTC_SUPPORTS_.*=.*
 CONFIG_RUSTC_VERSION=.*
+CONFIG_RUST_IS_AVAILABLE=.*
 # CONFIG_SET_FS is not set
 # CONFIG_TASKS_.* is not set




More information about the lede-commits mailing list