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:
William A. Kennington III
2015-05-06 00:15:16 -07:00
parent dfaf86119e
commit 874fa4d8a3
2 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ rec {
};
busyboxMinimal = busybox.override {
useUclibc = true;
useMusl = true;
enableStatic = true;
enableMinimal = true;
extraConfig = ''