summaryrefslogtreecommitdiffstats
path: root/rules/klibc.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 20:48:55 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 20:48:55 +0000
commiteb365b0a5a352652798f1f6743e8c2ed86970c31 (patch)
tree238c552f6ed53639bf78c3d74e47b832f0baa787 /rules/klibc.in
parentd7b20bc0e6707cf167e994dd546cfbaf66f80bcb (diff)
downloadptxdist-eb365b0a5a352652798f1f6743e8c2ed86970c31.tar.gz
ptxdist-eb365b0a5a352652798f1f6743e8c2ed86970c31.tar.xz
remove default no; patch by Ladislav Michl
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4507 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/klibc.in')
-rw-r--r--rules/klibc.in24
1 files changed, 1 insertions, 23 deletions
diff --git a/rules/klibc.in b/rules/klibc.in
index ebba6dad9..784dd4c2e 100644
--- a/rules/klibc.in
+++ b/rules/klibc.in
@@ -11,7 +11,6 @@ config KLIBC
depends on KERNEL_2_6 && COMPILE_KERNEL
bool
prompt "build klibc"
- default n
help
FIXME: This item needs to be documented
@@ -27,7 +26,6 @@ config KLIBC_SH
depends on KLIBC
bool
prompt "Install sh into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -43,7 +41,6 @@ config KLIBC_CAT
depends on KLIBC
bool
prompt "Install cat into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -51,7 +48,6 @@ config KLIBC_INSMOD
depends on KLIBC
bool
prompt "Install insmod into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -59,7 +55,6 @@ config KLIBC_MOUNT
depends on KLIBC
bool
prompt "Install mount into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -67,7 +62,6 @@ config KLIBC_DD
depends on KLIBC
bool
prompt "Install dd into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -75,7 +69,6 @@ config KLIBC_CHROOT
depends on KLIBC
bool
prompt "Install chroot into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -83,7 +76,6 @@ config KLIBC_FALSE
depends on KLIBC
bool
prompt "Install false into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -91,7 +83,6 @@ config KLIBC_FSTYPE
depends on KLIBC
bool
prompt "Install fstype into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -99,7 +90,6 @@ config KLIBC_LN
depends on KLIBC
bool
prompt "Install ln into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -107,7 +97,6 @@ config KLIBC_MINIPS
depends on KLIBC
bool
prompt "Install minips into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -115,7 +104,6 @@ config KLIBC_MKDIR
depends on KLIBC
bool
prompt "Install mkdir into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -123,13 +111,11 @@ config KLIBC_MKFIFO
depends on KLIBC
bool
prompt "Install mkfifo into initramfs"
- default no
config KLIBC_NUKE
depends on KLIBC
bool
prompt "Install nuke into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -137,7 +123,6 @@ config KLIBC_PIVOT_ROOT
depends on KLIBC
bool
prompt "Install pivot-root into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -145,7 +130,6 @@ config KLIBC_PRINTF
depends on KLIBC
bool
prompt "Install printf into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -153,7 +137,6 @@ config KLIBC_RUN_INIT
depends on KLIBC
bool
prompt "Install run-init into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -161,7 +144,6 @@ config KLIBC_SLEEP
depends on KLIBC
bool
prompt "Install sleep into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -169,7 +151,6 @@ config KLIBC_TRUE
depends on KLIBC
bool
prompt "Install true into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -177,7 +158,6 @@ config KLIBC_UMOUNT
depends on KLIBC
bool
prompt "Install umount into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -185,7 +165,6 @@ config KLIBC_UNAME
depends on KLIBC
bool
prompt "Install uname into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -193,7 +172,6 @@ config KLIBC_NFSMOUNT
depends on KLIBC
bool
prompt "Install nfsmount into initramfs"
- default no
help
FIXME: This item needs to be documented
@@ -206,5 +184,5 @@ config KLIBC_USER_SPEC
The format is the same as described in the kernelsource under
Documentation/early-userspace/README. Files described in this file can
either have an absolute or a relative path (relative to $(PROJECTDIR))
-
+
endmenu