Skip to content
Commit f7cd22b2 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

buildroot: fix lisa-buildroot-update-kernel-config

unset CROSS_COMPILE to avoid Kconfig detecting GCC features, which will
make it ask this kind of questions later when running `make Image` if
the CROSS_COMPILE toolchain is different at that point:
GCC plugins (GCC_PLUGINS) [N/y/?] (NEW)

Restore auto-detection of ARCH, since we can autodetect all required env
var.

Also use KConfig fragments, which allows splitting config file update
from fixup of values along dependencies. As a bonus, KConfig fragment
reports what was modified in the config (or at least parts of what was
modified).
parent 0c981803
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment