|
@@ -366,6 +366,8 @@ def gen_config(args):
|
|
configlines.append("BR2_STATIC_LIBS=y\n")
|
|
configlines.append("BR2_STATIC_LIBS=y\n")
|
|
if randint(0, 20) == 0:
|
|
if randint(0, 20) == 0:
|
|
configlines.append("BR2_PACKAGE_PYTHON_PY_ONLY=y\n")
|
|
configlines.append("BR2_PACKAGE_PYTHON_PY_ONLY=y\n")
|
|
|
|
+ if randint(0,5) == 0:
|
|
|
|
+ configlines.append("BR2_OPTIMIZE_2=y\n")
|
|
|
|
|
|
# Write out the configuration file
|
|
# Write out the configuration file
|
|
if not os.path.exists(args.outputdir):
|
|
if not os.path.exists(args.outputdir):
|