summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen2002-05-08 11:22:50 +0200
committerEric Andersen2002-05-08 11:22:50 +0200
commit23c4a0f7ac4b25e78dbb2ed9d3da4ae13fbd8f86 (patch)
tree903741a1fb8f1d405943827e24e864721e61b6a1
parentAdd in a sample of how to build a library vs uClibc (diff)
downloadbuildroot-23c4a0f7ac4b25e78dbb2ed9d3da4ae13fbd8f86.tar.gz
buildroot-23c4a0f7ac4b25e78dbb2ed9d3da4ae13fbd8f86.tar.xz
buildroot-23c4a0f7ac4b25e78dbb2ed9d3da4ae13fbd8f86.zip
Turn off tinylogin by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 053a0f1cd..7935d8744 100644
--- a/Makefile
+++ b/Makefile
@@ -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