From c0e76606f123f7d0d1e0cf3848cda5a7ee0a6de8 Mon Sep 17 00:00:00 2001 From: Yaniv Machani Date: Tue, 21 Oct 2014 10:47:42 +0300 Subject: [PATCH] build : add firmware build only option Signed-off-by: Yaniv Machani --- build_wl18xx.sh | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/build_wl18xx.sh b/build_wl18xx.sh index e3dc32c..b063119 100755 --- a/build_wl18xx.sh +++ b/build_wl18xx.sh @@ -788,16 +788,20 @@ function main() build_openssl ;; - 'scripts') - print_highlight " Copying scripts " + 'scripts') + print_highlight " Copying scripts " build_scripts_download ;; - 'utils') - print_highlight " building only ti-utils " - build_calibrator - build_wlconf + 'utils') + print_highlight " building only ti-utils " + build_calibrator + build_wlconf ;; + 'firmware') + print_highlight " building only firmware" + build_fw_download + ;; ############################################################ 'get_tag') get_tag -- 2.39.2