From df07dda46dd4265f8e2f8f0bdfca462c0719a838 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 13 May 2009 20:55:15 +0000 Subject: Merge the /deve/uclinux branch back to /trunk: - add support for uClinux, the MMU-less ports of Linux. -------- diffstat follows -------- /trunk/scripts/build/kernel/linux.sh | 100 1 99 0 --------------- /trunk/steps.mk | 1 1 0 0 + /trunk/config/kernel/linux.in | 247 0 247 0 ------------------------------------- /trunk/config/kernel.in | 2 1 1 0 /trunk/config/libc/glibc.in | 2 1 1 0 /trunk/config/libc/eglibc.in | 2 1 1 0 /trunk/config/libc/glibc-eglibc.in-common | 5 5 0 0 + /trunk/config/config.in | 1 1 0 0 + 8 files changed, 11 insertions(+), 349 deletions(-) --- config/kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/kernel.in') diff --git a/config/kernel.in b/config/kernel.in index 388c0487..9c701e10 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -3,7 +3,7 @@ menu "Operating System" # Config option used throughout the config and code to determine wether -# we have a kernel or not (there might be different bare metal stuff... +# we have a kernel or not (there might be different bare metal stuff)... config BARE_METAL bool default n -- cgit v1.2.3