mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 14:43:01 +02:00
Missing BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y caused Buildroot to default to legacy Makefile build system, which requires BR2_TARGET_UBOOT_BOARDNAME instead of BR2_TARGET_UBOOT_BOARD_DEFCONFIG, resulting in a build error. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>