[Buildroot] [git commit] utils/genrandconfig: also test BR2_ENABLE_RUNTIME_DEBUG

From: Yann E. MORIN <hidden>
Date: 2021-06-01 20:40:12
Subsystem: the rest · Maintainer: Linus Torvalds

commit: https://git.buildroot.net/buildroot/commit/?id=7c9dfe4fd93639ebc621449217c0bbc2f7415e43
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

... similar to BR2_ENABLE_DEBUG.

Signed-off-by: Thomas De Schampheleire <redacted>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <redacted>
Signed-off-by: Yann E. MORIN <redacted>
---
 utils/genrandconfig | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/utils/genrandconfig b/utils/genrandconfig
index 93dc6d898b..ca3e77e3e3 100755
--- a/utils/genrandconfig
+++ b/utils/genrandconfig
@@ -357,6 +357,8 @@ def gen_config(args):
     # Amend the configuration with a few things.
     if randint(0, 20) == 0:
         configlines.append("BR2_ENABLE_DEBUG=y\n")
+    if randint(0, 20) == 0:
+        configlines.append("BR2_ENABLE_RUNTIME_DEBUG=y\n")
     if randint(0, 1) == 0:
         configlines.append("BR2_INIT_BUSYBOX=y\n")
     elif randint(0, 15) == 0:
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help