From 1e88f1b9125a9703257a2d6944ed397695420942 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 28 Jul 2025 17:45:51 -0400 Subject: [PATCH] Revert to serial debug --- README.md | 2 +- openwrtbuilder | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a746373..98b9b50 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See `profiles` for example device profile definitions. ## Additional Info -Did you find `openwrtbuilder` useful? [Buy me a coffee!](https://paypal.me/bryanroessler) +Find `openwrtbuilder` useful? [Paypal me a coffee!](https://paypal.me/bryanroessler) [↓ ↓ ↓ Bitcoin ↓ ↓ ↓](bitcoin:bc1q7wy0kszjavgcrvkxdg7mf3s6rh506rasnhfa4a) diff --git a/openwrtbuilder b/openwrtbuilder index 5a05a4d..3d26b24 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -605,8 +605,8 @@ from_source() { # Make prep execute make "${make_opts[@]}" "-j1" defconfig execute make "${make_opts[@]}" "-j1" download - # ((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)-1))") - make_opts+=("-j$(($(nproc)-1))") + ((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)-1))") + # make_opts+=("-j$(($(nproc)-1))") # Make image if ! execute ionice -c 3 chrt --idle 0 nice -n19 make "${make_opts[@]}" world; then