From ac878b82eeb36dbc13476a3aecda254283542a54 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 11 Jan 2023 14:36:41 -0500 Subject: [PATCH] Multi-profile support --- openwrtbuilder | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrtbuilder b/openwrtbuilder index 451afde..04812de 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -637,12 +637,15 @@ main() { : "${P_ARR[sysupgrade_bin_gz_fname]:=${P_ARR[sysupgrade_bin_gz]##*/}}" if (( DEBUG )) || (( PROFILE_INFO )); then + echo "Profile settings:" for x in "${!P_ARR[@]}"; do printf "[%s]=%s\n" "$x" "${P_ARR[$x]}"; done fi # Experimental (( FROM_SOURCE )) && fromSource + debug "${P_ARR[*]}" + getImageBuilder addRepos