diff options
| author | Eric Andersen | 2002-12-12 02:57:57 +0100 |
|---|---|---|
| committer | Eric Andersen | 2002-12-12 02:57:57 +0100 |
| commit | b8a2361d0acfb594fbdee24881054cd7bde7b42a (patch) | |
| tree | a33821d1bbdffeecac183518760dc91e148155b4 | |
| parent | Support building regular kernels (diff) | |
| download | buildroot-b8a2361d0acfb594fbdee24881054cd7bde7b42a.tar.gz buildroot-b8a2361d0acfb594fbdee24881054cd7bde7b42a.tar.xz buildroot-b8a2361d0acfb594fbdee24881054cd7bde7b42a.zip | |
Fixup the defaults
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
