From 948c862b608e53a9e3e98baa27dc19f8bf13a6dd Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Sat, 28 Aug 2010 00:28:39 +0200 Subject: [PATCH] Link statically by default Signed-off-by: Marc Andre Tanner --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 0ee59b3..02e5a18 100644 --- a/config +++ b/config @@ -9,7 +9,7 @@ # Link all executables (busybox, kexec, dropbear statically) -# export STATIC=1 +export STATIC=1 # Link qi-bootmenu against shared libraries @@ -21,7 +21,7 @@ # Leave source in build/temp-$ARCH after build. -# export NO_CLEANUP=1 +export NO_CLEANUP=1 # Do not strip executables useful for debugging -- 2.11.4.GIT