diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-12-26 20:50:19 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-12-26 20:50:19 +0100 |
commit | 4360227735a857831f9d5cc5c7e5dccb72495fab (patch) | |
tree | cd844a82bc3d2b786e22629c0ede630931ab7871 /src/main.rs | |
parent | b2c5924af33a0cab6bc8c4963978f585206f1eee (diff) |
swap line order again
Diffstat (limited to 'src/main.rs')
-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 1887343..fa83ffd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,8 +8,8 @@ use std::process::Command; const LATEST: &str = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.1.tar.xz"; const CONFIG: &str = r#" -CONFIG_SQUASHFS_FILE_CACHE=y CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_FILE_CACHE=y CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y CONFIG_SQUASHFS_ZSTD=y "#; |