Make use of wget consistant by using a WGET variable
diff --git a/Makefile b/Makefile
index 8aa1d32..4f470f3 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@
 # Enable this to use the uClibc daily snapshot instead of a released
 # version.  Daily snapshots may contain new features and bugfixes. Or
 # they may not even compile at all, depending on what Erik is doing...
-USE_UCLIBC_SNAPSHOT:=false
+USE_UCLIBC_SNAPSHOT:=true
 
 # Enable this to use the busybox daily snapshot instead of a released
 # version.  Daily snapshots may contain new features and bugfixes. Or
@@ -49,6 +49,9 @@
 # Enable large file (files > 2 GB) support
 BUILD_WITH_LARGEFILE:=false
 
+# Command used to download source code
+WGET:=wget --passive-ftp
+
 #############################################################
 #
 # The list of stuff to build for the target filesystem