mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
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
5 lines
126 B
Text
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
|