From cd86dcffbce06289681fc6be077ee8dd4dc30ef9 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 9 Oct 2023 12:10:29 -0400 Subject: [PATCH] Rework kopts --- openwrtbuilder | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 73f2487..c6d4f26 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -661,13 +661,6 @@ fromSource() { # Make image (( DEBUG )) && make_opts+=("V=s") execute make "${make_opts[@]}" defconfig - - # Write options to config seed file - for opt in "${config_opts[@]}"; do - debug "Writing $opt to $seed_file" - echo "$opt" >> "$seed_file" - done - execute make "${make_opts[@]}" dirclean execute make "${make_opts[@]}" download #execute make -f Makefile.aperl inst_perl MAP_TARGET=perl