[asterisk-commits] kpfleming: branch 1.4 r82367 - /branches/1.4/channels/chan_usbradio.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 13 19:52:57 CDT 2007
Author: kpfleming
Date: Thu Sep 13 19:52:57 2007
New Revision: 82367
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82367
Log:
this new driver may not live in this branch for long (since it is a new feature), but it definitely should not be built by default
Modified:
branches/1.4/channels/chan_usbradio.c
Modified: branches/1.4/channels/chan_usbradio.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_usbradio.c?view=diff&rev=82367&r1=82366&r2=82367
==============================================================================
--- branches/1.4/channels/chan_usbradio.c (original)
+++ branches/1.4/channels/chan_usbradio.c Thu Sep 13 19:52:57 2007
@@ -34,6 +34,7 @@
/*** MODULEINFO
<depend>ossaudio</depend>
+ <defaultenabled>no</defaultenabled>
***/
#include "asterisk.h"
More information about the asterisk-commits
mailing list