Skip to content

Commit b48642c

Browse files
committed
Set CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE.
This avoids that the gateway (accidentally) boots into failsafe mode. For example the RAK636 platform might trigger failsafe in case there has been a power failure. See 14cb7d0.
1 parent 86bf2e0 commit b48642c

File tree

5 files changed

+10
-10
lines changed
  • conf
    • base_raspberrypi_bcm27xx_bcm2708
    • base_raspberrypi_bcm27xx_bcm2709
    • full_raspberrypi_bcm27xx_bcm2708
    • full_raspberrypi_bcm27xx_bcm2709
    • rak_rak7268v2

5 files changed

+10
-10
lines changed

conf/base_raspberrypi_bcm27xx_bcm2708/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ CONFIG_TARGET_SUFFIX="muslgnueabi"
407407
# CONFIG_MAKE_TOOLCHAIN is not set
408408
CONFIG_IMAGEOPT=y
409409
# CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT is not set
410-
# CONFIG_PREINITOPT is not set
410+
CONFIG_PREINITOPT=y
411411
CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y
412-
# CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE is not set
412+
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y
413413
CONFIG_TARGET_PREINIT_TIMEOUT=2
414414
# CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set
415415
# CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG is not set

conf/base_raspberrypi_bcm27xx_bcm2709/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ CONFIG_TARGET_SUFFIX="muslgnueabi"
412412
# CONFIG_MAKE_TOOLCHAIN is not set
413413
CONFIG_IMAGEOPT=y
414414
# CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT is not set
415-
# CONFIG_PREINITOPT is not set
415+
CONFIG_PREINITOPT=y
416416
CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y
417-
# CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE is not set
417+
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y
418418
CONFIG_TARGET_PREINIT_TIMEOUT=2
419419
# CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set
420420
# CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG is not set

conf/full_raspberrypi_bcm27xx_bcm2708/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ CONFIG_TARGET_SUFFIX="muslgnueabi"
407407
# CONFIG_MAKE_TOOLCHAIN is not set
408408
CONFIG_IMAGEOPT=y
409409
# CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT is not set
410-
# CONFIG_PREINITOPT is not set
410+
CONFIG_PREINITOPT=y
411411
CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y
412-
# CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE is not set
412+
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y
413413
CONFIG_TARGET_PREINIT_TIMEOUT=2
414414
# CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set
415415
# CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG is not set

conf/full_raspberrypi_bcm27xx_bcm2709/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ CONFIG_TARGET_SUFFIX="muslgnueabi"
412412
# CONFIG_MAKE_TOOLCHAIN is not set
413413
CONFIG_IMAGEOPT=y
414414
# CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT is not set
415-
# CONFIG_PREINITOPT is not set
415+
CONFIG_PREINITOPT=y
416416
CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y
417-
# CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE is not set
417+
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y
418418
CONFIG_TARGET_PREINIT_TIMEOUT=2
419419
# CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set
420420
# CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG is not set

conf/rak_rak7268v2/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,9 @@ CONFIG_TARGET_SUFFIX="musl"
502502
# CONFIG_MAKE_TOOLCHAIN is not set
503503
CONFIG_IMAGEOPT=y
504504
# CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT is not set
505-
# CONFIG_PREINITOPT is not set
505+
CONFIG_PREINITOPT=y
506506
CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y
507-
# CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE is not set
507+
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y
508508
CONFIG_TARGET_PREINIT_TIMEOUT=2
509509
# CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set
510510
# CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG is not set

0 commit comments

Comments
 (0)