From: Eric Andersen Date: Wed, 8 May 2002 09:38:15 +0000 (-0000) Subject: Re-enable tinylogin. Makes life simpler that way... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27f7064f689b216fd0e30b179b7c5ec48ca29d4c;p=buildroot.git Re-enable tinylogin. Makes life simpler that way... --- diff --git a/Makefile b/Makefile index 7935d87447..053a0f1cd3 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