support/testing/test_syslinux: add missing Kconfig symbol
authorRomain Naour <romain.naour@gmail.com>
Tue, 10 Nov 2020 20:56:51 +0000 (21:56 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 11 Nov 2020 08:06:03 +0000 (09:06 +0100)
commitddf40cffeab1552d350a07c26129c9e83239399c
treede60f26cbec4f1f649ed419937767dee63ed55b5
parentb98934170eaf6b5e4417341e9f6a0e4df9832840
support/testing/test_syslinux: add missing Kconfig symbol

BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y is needed to use the
custom external toolchain x86-i686--glibc--bleeding-edge-2018.11-1.tar.bz2

Otherwise the symbol BR2_TOOLCHAIN_EXTERNAL_URL is lost.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981734
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981733

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/boot/test_syslinux.py