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:
parent
7e5bccd011
commit
7f0dc74091
2 changed files with 2 additions and 2 deletions
|
@ -5211,8 +5211,6 @@ CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
|
||||||
CONFIG_RT_MUTEXES=y
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_RUNTIME_TESTING_MENU=y
|
CONFIG_RUNTIME_TESTING_MENU=y
|
||||||
# CONFIG_RUST is not set
|
# CONFIG_RUST is not set
|
||||||
CONFIG_RUSTC_LLVM_VERSION=0
|
|
||||||
CONFIG_RUSTC_VERSION=0
|
|
||||||
# CONFIG_RV is not set
|
# CONFIG_RV is not set
|
||||||
CONFIG_RXKAD=y
|
CONFIG_RXKAD=y
|
||||||
# CONFIG_RXPERF is not set
|
# CONFIG_RXPERF is not set
|
||||||
|
|
|
@ -16,5 +16,7 @@ CONFIG_LLD_VERSION=.*
|
||||||
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
|
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
|
||||||
CONFIG_PAHOLE_VERSION=.*
|
CONFIG_PAHOLE_VERSION=.*
|
||||||
CONFIG_PLUGIN_HOSTCC=".*"
|
CONFIG_PLUGIN_HOSTCC=".*"
|
||||||
|
CONFIG_RUSTC_LLVM_VERSION=.*
|
||||||
|
CONFIG_RUSTC_VERSION=.*
|
||||||
# CONFIG_SET_FS is not set
|
# CONFIG_SET_FS is not set
|
||||||
# CONFIG_TASKS_.* is not set
|
# CONFIG_TASKS_.* is not set
|
||||||
|
|
Loading…
Reference in a new issue