]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: filter out compiler RUSTC opts from config
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Wed, 16 Apr 2025 05:53:51 +0000 (07:53 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 30 Apr 2025 14:26:49 +0000 (16:26 +0200)
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>
target/linux/generic/config-6.12
target/linux/generic/config-filter

index 58973b9df88a99e0ccdd1613d4385de788fdaa39..4e78c0161d0c955d7e3760885b3c00c3b08eb196 100644 (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
index 274c31ecb0786c507c2fb8bf133d3667457aff06..e01d74717030f5c7eeadee63b5cd5658c19911a6 100644 (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