busybox: 1.22.1 -> 1.23.2
Also use musl as libc since it is just as small as uclibc, usually more performant, and regularly makes releases.
This commit is contained in:
@@ -17,7 +17,7 @@ rec {
|
||||
};
|
||||
|
||||
busyboxMinimal = busybox.override {
|
||||
useUclibc = true;
|
||||
useMusl = true;
|
||||
enableStatic = true;
|
||||
enableMinimal = true;
|
||||
extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user