aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/image-config.in
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-19 10:07:35 +0200
committerJohn Crispin <blogic@openwrt.org>2016-04-19 10:07:35 +0200
commitb4e33a1c08f7e0b980b14687ef601bd30634464a (patch)
treeda61b8ddea28f2d2dd93a8ebd6e87802a529be08 /package/base-files/image-config.in
parentdc929174095a00150de6a3e48d46355d24f223b9 (diff)
downloadupstream-b4e33a1c08f7e0b980b14687ef601bd30634464a.tar.gz
upstream-b4e33a1c08f7e0b980b14687ef601bd30634464a.tar.bz2
upstream-b4e33a1c08f7e0b980b14687ef601bd30634464a.zip
base-files: Allow to disable failsafe mode
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Diffstat (limited to 'package/base-files/image-config.in')
-rw-r--r--package/base-files/image-config.in19
1 files changed, 15 insertions, 4 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index c68f0b4a37..ef1d76790a 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -24,13 +24,24 @@ config TARGET_PREINIT_SUPPRESS_STDERR
the ash shell launched by inittab will display stderr). That's
the same behaviour as seen in previous version of OpenWrt.
+config TARGET_PREINIT_DISABLE_FAILSAFE
+ bool
+ prompt "Disable failsafe" if PREINITOPT
+ default n
+ help
+ Disable failsafe mode. While it is very handy while
+ experimenting or developing it really ought to be
+ disabled in production environments as it is a major
+ security loophole.
+
config TARGET_PREINIT_TIMEOUT
int
- prompt "Failsafe wait timeout" if PREINITOPT
+ prompt "Failsafe/Debug wait timeout" if PREINITOPT
default 2
help
- How long to wait for failsafe mode to be entered before
- continuing with a regular boot if failsafe not selected.
+ How long to wait for failsafe mode to be entered or for
+ a debug option to be pressed before continuing with a
+ regular boot.
config TARGET_PREINIT_SHOW_NETMSG
bool
@@ -45,7 +56,7 @@ config TARGET_PREINIT_SHOW_NETMSG
config TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG
bool
- prompt "Suppress network message indicating failsafe" if PREINITOPT
+ prompt "Suppress network message indicating failsafe" if ( PREINITOPT && !TARGET_PREINIT_SHOW_NETMSG && !TARGET_PREINIT_DISABLE_FAILSAFE )
default n
help
If "Show all preinit network messages" above is not set, then