]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/blobdiff - build_wl18xx.sh
configuration : kernel 4.4.8 update
[wilink8-wlan/build-utilites.git] / build_wl18xx.sh
index 0a12024cf873a81188cfa996a10a36724cb102e9..b95ab692465d66e54324f45ad2fc88298dfb2986 100755 (executable)
@@ -284,8 +284,12 @@ function build_intree()
 
        make -j${PROCESSORS_NUMBER} zImage
        make -j${PROCESSORS_NUMBER} am335x-evm.dtb
+       make -j${PROCESSORS_NUMBER} am335x-evm-wow.dtb
        make -j${PROCESSORS_NUMBER} am335x-bone.dtb
        make -j${PROCESSORS_NUMBER} am335x-boneblack.dtb
+       make -j${PROCESSORS_NUMBER} am335x-boneblack-e14-wl1837.dtb
+       make -j${PROCESSORS_NUMBER} am335x-boneblack-su-audio.dtb
+       make -j${PROCESSORS_NUMBER} am335x-boneblack-wl1835.dtb
        make -j${PROCESSORS_NUMBER} modules
        INSTALL_MOD_PATH=`path filesystem` make -j${PROCESSORS_NUMBER} modules_install
        cp `repo_path driver`/arch/arm/boot/zImage `path tftp`/zImage
@@ -293,8 +297,8 @@ function build_intree()
 
        assert_no_error
 
-       [ -e ./outputs/drv_skeleton.tar ] && rm ./outputs/drv_skeleton.tar
        cd `path filesystem`
+       [ -f ../outputs/drv_skeleton.tar ] && rm ../outputs/drv_skeleton.tar
        find ./ -name wl*.ko -exec tar rf ../outputs/drv_skeleton.tar {$1} \;
        find ./ -name *80211*.ko -exec tar rf ../outputs/drv_skeleton.tar {$1} \;
 
@@ -943,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')
@@ -1021,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