From: Eric Andersen Date: Thu, 12 Dec 2002 01:57:57 +0000 (-0000) Subject: Fixup the defaults X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8a2361d0acfb594fbdee24881054cd7bde7b42a;p=buildroot.git Fixup the defaults --- diff --git a/Makefile b/Makefile index 05be5e86ea..c0a51025bd 100644 --- a/Makefile +++ b/Makefile @@ -63,11 +63,11 @@ endif # Do you want user mode Linux, or are you building a # real kernel that will run on its own? -TARGETS+=linux -#TARGETS+=user-mode-linux +#TARGETS+=linux +TARGETS+=user-mode-linux # The default minimal set -TARGETS+=user-mode-linux busybox tinylogin +TARGETS+=busybox tinylogin # Openssh... #TARGETS+=zlib openssl openssh