From d496a1670d4d1d626e246759a96030c2023c14db Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 9 Oct 2023 12:13:15 -0400 Subject: [PATCH] Rework kopts --- openwrtbuilder | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openwrtbuilder b/openwrtbuilder index c6d4f26..46c1fa2 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -652,6 +652,12 @@ fromSource() { config_opts+=("CONFIG_IB=n") config_opts+=("CONFIG_MAKE_TOOLCHAIN=n") + # Write options to config seed file + for opt in "${config_opts[@]}"; do + debug "Writing $opt to $seed_file" + echo "$opt" >> "$seed_file" + done + # Cleaning modes # make clean # compiled output # make targetclean # compiled output, toolchain