diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-08 19:02:02 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-08 19:02:02 +1200 |
| commit | 4ea8ea41419960f9b6c16744ea0edb07e56e7326 (patch) | |
| tree | 357a3d11851a58fd1c0b027b50613c1ed309b754 /nix/linux_config | |
| parent | 654a856e3c13bfa7a2bde1ca1d6153854139fad9 (diff) | |
| download | yerbalinux-4ea8ea41419960f9b6c16744ea0edb07e56e7326.tar.xz yerbalinux-4ea8ea41419960f9b6c16744ea0edb07e56e7326.zip | |
Downgrade busybox to avoid some weird illegal instruction thing, dont use custom config because causing hassle
Diffstat (limited to 'nix/linux_config')
| -rw-r--r-- | nix/linux_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/linux_config b/nix/linux_config index 84b4e81..5b2bf0f 100644 --- a/nix/linux_config +++ b/nix/linux_config @@ -4608,7 +4608,7 @@ CONFIG_MISC_FILESYSTEMS=y # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set -# CONFIG_SQUASHFS is not set +CONFIG_SQUASHFS=y # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set |
