Turn off tinylogin by default

This commit is contained in:
Eric Andersen 2002-05-08 09:22:50 +00:00
parent 757d7df4f4
commit 23c4a0f7ac

View File

@ -51,7 +51,7 @@ BUILD_WITH_LARGEFILE:=false
# The list of stuff to build for the target filesystem # 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. # Pick your root filesystem type.
TARGETS+=ext2root TARGETS+=ext2root