diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-15 17:34:09 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-18 08:37:11 +0100 |
commit | 3eb49f59d6804c452e784759d9b3869215a8098f (patch) | |
tree | 0c87db6ec8b3f29a5b55d110f22e46b299823e73 /docs/website/js/buildroot.js | |
parent | b95c93bdfd0c46ee5384b2a883c171602af5d7f8 (diff) | |
download | buildroot-3eb49f59d6804c452e784759d9b3869215a8098f.tar.gz buildroot-3eb49f59d6804c452e784759d9b3869215a8098f.zip |
utils/genrandconfig: add missing new line when creating the configuration
When adding the custom BR2_WGET value in the configuration,
genrandconfig forgets to add a newline. Due to this, the next option
that is added is printed on the same line as BR2_WGET="", which causes
it to be ignored.
Due to this, in all builds, the line right after BR2_WGET was
ignored. It could have been BR2_ENABLE_DEBUG, BR2_INIT_BUSYBOX,
BR2_INIT_SYSTEMD, BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV,
BR2_STATIC_LIBS or BR2_PACKAGE_PYTHON_PY_ONLY depending on the
randomization.
Fix that by adding a proper newline at the end of the BR2_WGET option.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website/js/buildroot.js')
0 files changed, 0 insertions, 0 deletions