[dahdi-commits] dahdi/tools.git branch "master" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Mar 21 06:46:11 CDT 2017


branch "master" has been updated
       via  6b2c6d72d8e3c0763623416b6a27d9b27cdefd8b (commit)
      from  f64500c98647a7900e2a1f31a8c417e825adaff3 (commit)

Summary of changes:
 xpp/xpp_fxloader |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 6b2c6d72d8e3c0763623416b6a27d9b27cdefd8b
Author: Dima Stoliarov <dima at xorcom.com>
Date:   Tue Feb 7 11:42:16 2017 +0200

    xpp_fxloader: Also load PIC of FXS module type 6
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>

diff --git a/xpp/xpp_fxloader b/xpp/xpp_fxloader
index a61f5dc..8ef8453 100644
--- a/xpp/xpp_fxloader
+++ b/xpp/xpp_fxloader
@@ -349,7 +349,7 @@ load_fw_device() {
 				echo "WARNING: ECHO burning was skipped (no capabilities)"
 			fi
 		fi
-		pic_files=`echo "$FIRMWARE_DIR"/PIC_TYPE_[1-4].hex`
+		pic_files=`echo "$FIRMWARE_DIR"/PIC_TYPE_[1-46].hex`
 		debug "PIC burning into $dev: begin $pic_files"
 		run_astribank_hexload -D "$dev" -p $pic_files
 		debug "PIC burning into $dev: end $pic_files"

-----------------------------------------------------------------------


-- 
dahdi/tools.git



More information about the dahdi-commits mailing list