mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This reverts commit6b56e0b4f0. commit6b56e0b4f0("linux: disable -Werror") said we needed to disable CONFIG_WERROR in the kernel because it failed to build the esp-hosted kernel module. This was very much the hammer approach because a) it'd be better to fix the warnings in the kernel module or b) disable the kernel's CONFIG_WERROR *only* if esp-hosted is to be built, via the ESP_HOSTED_LINUX_CONFIG_FIXUPS variable in package/esp-hosted/esp-hosted.mk. This is a simple revert without making any change to any kernel module (including esp-hosted) because all upstream Buildroot defconfigs with a kernel module enabled build fine today (albeit with warnings). The two defconfigs that were pointed at by the now-reverted commit all have been (updated for and) run on master without failing the build. Suggested-by: Arnout Vandecappelle <arnout@rnout.be> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>