mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
As spotted by Eugen, BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 currently is outside the at91bootstrap section, because it was inccorectly added after the 'endif' statement rather than before, which makes the menuconfig layout weird. Move it around. Reported-by: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>