openwrt/boards/common/general_diffconfig
Evan Benn c39d361391 boards: PR #404: Add CONFIG_BUILD_LOG=y
With BUILD_LOG on each package stores compilation output in a separate
file. This allows us to make the jenkins console log output quieter
without losing the compilation logs.

Build like this for a general overview on tty, as well as excessive detail for
each package in the logs folder:

make -j8 V=sc | tee logs/build.log | stdbuf -oL grep -i -E "^make.*(error|[[[:digit:]]])"


Approved-by: James Haggerty
Approved-by: Lyall Beveridge
2025-10-05 00:15:22 +10:00

5 lines
126 B
Text

CONFIG_PACKAGE_kmod-ikconfig=y
CONFIG_PREINITOPT=y
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y
CONFIG_DEVEL=y
CONFIG_BUILD_LOG=y