diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-08 09:22:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-08 09:22:50 +0000 |
commit | 23c4a0f7ac4b25e78dbb2ed9d3da4ae13fbd8f86 (patch) | |
tree | 903741a1fb8f1d405943827e24e864721e61b6a1 /Makefile | |
parent | 757d7df4f4093fa2d0f8343b3fc80c47a11c7597 (diff) | |
download | buildroot-novena-23c4a0f7ac4b25e78dbb2ed9d3da4ae13fbd8f86.tar.gz buildroot-novena-23c4a0f7ac4b25e78dbb2ed9d3da4ae13fbd8f86.zip |
Turn off tinylogin by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ BUILD_WITH_LARGEFILE:=false # The list of stuff to build for the target filesystem # ############################################################# -TARGETS:=user-mode-linux uclibc busybox tinylogin +TARGETS:=user-mode-linux uclibc busybox #tinylogin # Pick your root filesystem type. TARGETS+=ext2root |