kernel: filter out compiler RUSTC opts from config

These get dynamically set, not relevant for targets.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16547
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Mieczyslaw Nalewaj 2025-04-16 07:53:51 +02:00 committed by Christian Marangi
parent 7e5bccd011
commit 7f0dc74091
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7
2 changed files with 2 additions and 2 deletions

View file

@ -5211,8 +5211,6 @@ CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
CONFIG_RT_MUTEXES=y
CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_RUST is not set
CONFIG_RUSTC_LLVM_VERSION=0
CONFIG_RUSTC_VERSION=0
# CONFIG_RV is not set
CONFIG_RXKAD=y
# CONFIG_RXPERF is not set

View file

@ -16,5 +16,7 @@ CONFIG_LLD_VERSION=.*
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
CONFIG_PAHOLE_VERSION=.*
CONFIG_PLUGIN_HOSTCC=".*"
CONFIG_RUSTC_LLVM_VERSION=.*
CONFIG_RUSTC_VERSION=.*
# CONFIG_SET_FS is not set
# CONFIG_TASKS_.* is not set