projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb40283
)
utils/genrandconfig: use randint instead of (undefined) randInt
author
Asaf Kahlon
<asafka7@gmail.com>
Sat, 26 Oct 2019 14:20:56 +0000
(17:20 +0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 26 Oct 2019 14:25:31 +0000
(16:25 +0200)
Fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/
333788455
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/genrandconfig
patch
|
blob
|
history
diff --git
a/utils/genrandconfig
b/utils/genrandconfig
index 54d66e40d7cddcc06decaecb60c3189f024c4445..956773925264971d3e92fc5bf97efdd3e5515ec4 100755
(executable)
--- a/
utils/genrandconfig
+++ b/
utils/genrandconfig
@@
-366,7
+366,7
@@
def gen_config(args):
configlines.append("BR2_OPTIMIZE_2=y\n")
if randint(0, 4) == 0:
configlines.append("BR2_SYSTEM_ENABLE_NLS=y\n")
- if rand
I
nt(0, 4) == 0:
+ if rand
i
nt(0, 4) == 0:
configlines.append("BR2_PIC_PIE=y\n")
# Randomly enable BR2_REPRODUCIBLE 10% of times