diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-06 13:14:19 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-06 13:14:19 +0200 |
commit | faad83bad8882e0bef434d9e23a105bec8124e70 (patch) | |
tree | 625a9ba398345d87410479698bc6bfcf774a1e5f | |
parent | f72ef1369feff72662ca501ec8a6893846809672 (diff) |
fix - -> _ typo in kernel config for hwrandom attribute
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 1e426aa..ed5c23a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,7 @@ const LATEST: &str = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.t const CONFIG: &str = r#" CONFIG_ARCH_BCM2835=y -CONFIG-HW_RANDOM_BCM2835=y +CONFIG_HW_RANDOM_BCM2835=y CONFIG_DMA_BCM2835=y CONFIG_I2C_BCM2835=y CONFIG_SPI_BCM2835=y |