]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/blobdiff - build_wl18xx.sh
Merge commit 'refs/merge-requests/2' of git://git.ti.com/wilink8-wlan/build-utilites
[wilink8-wlan/build-utilites.git] / build_wl18xx.sh
index f0e3003e773937253e9931087eb63d58687cfc46..8e276272973f7ae16aecfff1a78c178004e9fea3 100755 (executable)
@@ -546,13 +546,13 @@ function build_outputs()
 {
        if [[ "$ROOTFS" == "DEFAULT" ]]
     then  
-        echo "Building outputs"    
+        echo "Building outputs"
         cd_path filesystem
         tar cpjf `path outputs`/${tar_filesystem[0]} .
         cd_back
                
                # Copy kernel files only if default kernel is used(for now)
-               if [[ "$KERNEL_PATH" == "DEFAULT" ]]
+               if [[ $DEFAULT_KERNEL -eq 1 ]]
                then
                        if [ "$KERNEL_VERSION" -eq 3 ] && [ "$KERNEL_PATCHLEVEL" -eq 2 ]
                        then