busybox: Optionally use uclibc

This commit is contained in:
Eelco Dolstra
2014-10-29 14:44:56 +01:00
parent c77b30e3fb
commit 41a479b15f
2 changed files with 8 additions and 5 deletions
@@ -17,6 +17,7 @@ rec {
};
busyboxMinimal = busybox.override {
useUclibc = true;
enableStatic = true;
enableMinimal = true;
extraConfig = ''