diff options
| author | John Audia | 2024-09-23 12:00:50 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-09-23 13:51:13 +0000 |
| commit | 2eb39308c946b99947136e4c841959e0a8c4537d (patch) | |
| tree | cd8df60cc144d9eab99babc793cebfe1364e4560 | |
| parent | 7850e197670afff38426075953ba6a71f0f431c8 (diff) | |
| download | openwrt-2eb39308c946b99947136e4c841959e0a8c4537d.tar.gz | |
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@proton.me>
Link: https://github.com/openwrt/openwrt/pull/16464
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |