diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-08 13:24:17 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-08 13:24:17 +1200 |
| commit | 654a856e3c13bfa7a2bde1ca1d6153854139fad9 (patch) | |
| tree | 5f5d851be92982fc52b651b0d05f16d2a76e6265 /nix/busybox_config | |
| parent | 9dad8b47c18fd4b2d919d90b33b8d7d093a3dac2 (diff) | |
| download | yerbalinux-654a856e3c13bfa7a2bde1ca1d6153854139fad9.tar.xz yerbalinux-654a856e3c13bfa7a2bde1ca1d6153854139fad9.zip | |
Make busybox static and start trying to make it not fail with the 'm' and 'resolv' libraries
Diffstat (limited to 'nix/busybox_config')
| -rw-r--r-- | nix/busybox_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/busybox_config b/nix/busybox_config index 95e639a..f600ad4 100644 --- a/nix/busybox_config +++ b/nix/busybox_config @@ -40,7 +40,7 @@ CONFIG_FEATURE_SYSLOG=y # # Build Options # -# CONFIG_STATIC is not set +CONFIG_STATIC=y # CONFIG_PIE is not set # CONFIG_NOMMU is not set # CONFIG_BUILD_LIBBUSYBOX is not set |
