projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Restore the gpio.h file, platform.c uses the generic GPIO API
[openwrt.git]
/
package
/
busybox
/
config
/
init
/
Config.in
diff --git
a/package/busybox/config/init/Config.in
b/package/busybox/config/init/Config.in
index
88dcaca
..
b8ad0d6
100644
(file)
--- a/
package/busybox/config/init/Config.in
+++ b/
package/busybox/config/init/Config.in
@@
-8,18
+8,27
@@
menu "Init Utilities"
config BUSYBOX_CONFIG_INIT
bool "init"
default y
config BUSYBOX_CONFIG_INIT
bool "init"
default y
+ select BUSYBOX_CONFIG_FEATURE_SYSLOG
help
init is the first program run when the system boots.
help
init is the first program run when the system boots.
+config BUSYBOX_CONFIG_DEBUG_INIT
+ bool "debugging aid"
+ default n
+ depends on BUSYBOX_CONFIG_INIT
+ help
+ Turn this on to disable all the dangerous
+ rebooting stuff when debugging.
+
config BUSYBOX_CONFIG_FEATURE_USE_INITTAB
config BUSYBOX_CONFIG_FEATURE_USE_INITTAB
- bool "
Support reading an inittab file"
+ bool "Support reading an inittab file"
default y
depends on BUSYBOX_CONFIG_INIT
help
Allow init to read an inittab file when the system boot.
config BUSYBOX_CONFIG_FEATURE_INIT_SCTTY
default y
depends on BUSYBOX_CONFIG_INIT
help
Allow init to read an inittab file when the system boot.
config BUSYBOX_CONFIG_FEATURE_INIT_SCTTY
- bool "
Support running commands with a controlling-tty"
+ bool "Support running commands with a controlling-tty"
default n
depends on BUSYBOX_CONFIG_INIT
help
default n
depends on BUSYBOX_CONFIG_INIT
help
@@
-30,14
+39,14
@@
config BUSYBOX_CONFIG_FEATURE_INIT_SCTTY
the console is only accessed during development or for maintenance.
config BUSYBOX_CONFIG_FEATURE_EXTRA_QUIET
the console is only accessed during development or for maintenance.
config BUSYBOX_CONFIG_FEATURE_EXTRA_QUIET
- bool "
Be _extra_ quiet on boot"
+ bool "Be _extra_ quiet on boot"
default n
depends on BUSYBOX_CONFIG_INIT
help
Prevent init from logging some messages to the console during boot.
config BUSYBOX_CONFIG_FEATURE_INIT_COREDUMPS
default n
depends on BUSYBOX_CONFIG_INIT
help
Prevent init from logging some messages to the console during boot.
config BUSYBOX_CONFIG_FEATURE_INIT_COREDUMPS
- bool "
Support dumping core for child processes (debugging only)"
+ bool "Support dumping core for child processes (debugging only)"
default n
depends on BUSYBOX_CONFIG_INIT
help
default n
depends on BUSYBOX_CONFIG_INIT
help
@@
-49,7
+58,7
@@
config BUSYBOX_CONFIG_FEATURE_INIT_COREDUMPS
config BUSYBOX_CONFIG_FEATURE_INITRD
config BUSYBOX_CONFIG_FEATURE_INITRD
- bool "
Support running init from within an initrd (not initramfs)"
+ bool "Support running init from within an initrd (not initramfs)"
default n
depends on BUSYBOX_CONFIG_INIT
help
default n
depends on BUSYBOX_CONFIG_INIT
help
@@
-72,9
+81,4
@@
config BUSYBOX_CONFIG_MESG
Mesg controls access to your terminal by others. It is typically
used to allow or disallow other users to write to your terminal
Mesg controls access to your terminal by others. It is typically
used to allow or disallow other users to write to your terminal
- default y
- help
- Stop all processes and (try to) power off the system.
-
endmenu
endmenu
-
This page took
0.022552 seconds
and
4
git commands to generate.