[svn-commits] jsloan: branch jsloan/stable-1.4 r3182 - /team/jsloan/stable-1.4/wctc4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 22 13:08:30 CDT 2007


Author: jsloan
Date: Mon Oct 22 13:08:29 2007
New Revision: 3182

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3182
Log:
Corrected firmware filename

Modified:
    team/jsloan/stable-1.4/wctc4xxp/base.c

Modified: team/jsloan/stable-1.4/wctc4xxp/base.c
URL: http://svn.digium.com/view/zaptel/team/jsloan/stable-1.4/wctc4xxp/base.c?view=diff&rev=3182&r1=3181&r2=3182
==============================================================================
--- team/jsloan/stable-1.4/wctc4xxp/base.c (original)
+++ team/jsloan/stable-1.4/wctc4xxp/base.c Mon Oct 22 13:08:29 2007
@@ -53,7 +53,7 @@
 #endif
 
 #ifdef HOTPLUG_FIRMWARE
-static const char *dte_firmware = "tc400m-firmware.bin";
+static const char *dte_firmware = "zaptel-fw-tc400m.bin";
 #else
 extern u8 _binary_tc400m_firmware_bin_start[];
 extern void _binary_tc400m_firmware_bin_size;




More information about the svn-commits mailing list