[openwrt/openwrt] x86: generic: disable rust support

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 23 06:51:17 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2eb39308c946b99947136e4c841959e0a8c4537d

commit 2eb39308c946b99947136e4c841959e0a8c4537d
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Mon Sep 23 08:00:50 2024 -0400

    x86: generic: disable rust support
    
    Add missing ksym CONFIG_RUST
    
    Building r27563 without this commit will fail due to this ksym
    being undefined in the generic config.
    
    Build system: x86/64
    Build-tested: x86/64/AMD Cezanne
    Run-tested: x86/64/AMD Cezanne
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/16464
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/generic/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index d5c40eae91..c8bca0d0ff 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -5146,6 +5146,7 @@ CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
 # CONFIG_RTL_CARDS is not set
 # CONFIG_RTS5208 is not set
 CONFIG_RT_MUTEXES=y
+# CONFIG_RUST is not set
 CONFIG_RUNTIME_TESTING_MENU=y
 # CONFIG_RV is not set
 CONFIG_RXKAD=y




More information about the lede-commits mailing list