]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/blobdiff - build_wl18xx.sh
build - add option to update w/o build
[wilink8-wlan/build-utilites.git] / build_wl18xx.sh
index bcfad09c03affe38a22ee2fb9dd8532c9ba8d73f..b95ab692465d66e54324f45ad2fc88298dfb2986 100755 (executable)
@@ -947,7 +947,7 @@ function main()
         clean_outputs
         setup_workspace
         read_kernel_version #####read kernel version again after update#####
-        build_all
+        [[ -z $NO_BUILD ]] && build_all
                ;;
         
                'openlink')
@@ -1025,6 +1025,14 @@ function main()
                build_wlconf            
                ;;
 
+               'all_hostap')
+                print_highlight " building hostap and dependencies "
+                build_libnl
+                build_openssl
+                build_wpa_supplicant
+               build_hostapd
+                ;; 
+
                'firmware')
                print_highlight " building only firmware"
                build_fw_download