From 90b9a68bd331e1853a033110ba81daccbb2fcc77 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 18 Apr 2024 13:55:41 -0400 Subject: [PATCH] Use upstream build direction --- openwrtbuilder | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 9f8b2dc..d5df2eb 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -669,12 +669,7 @@ fromSource() { # Make image (( DEBUG )) && make_opts+=("V=s") - execute make "${make_opts[@]}" defconfig - execute make "${make_opts[@]}" dirclean - execute make "${make_opts[@]}" "-j1" download - #execute make -f Makefile.aperl inst_perl MAP_TARGET=perl - #execute make -f Makefile.aperl map_clean - execute make "${make_opts[@]}" "-j1" world + execute make "${make_opts[@]}" defconfig download clean world popd || return 1