diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-15 08:22:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-15 08:22:57 +0000 |
commit | 722ba092808a3780d948830c8e9b4f8b66fd54a2 (patch) | |
tree | dc48ac46f34f12feec19725f6c93d3ac07341851 /package/asterisk/patches/asterisk-1.0.9-chan_bluetooth.patch | |
parent | 448eb0977cff7800c7738edc5829a0949e39d976 (diff) | |
download | upstream-722ba092808a3780d948830c8e9b4f8b66fd54a2.tar.gz upstream-722ba092808a3780d948830c8e9b4f8b66fd54a2.tar.bz2 upstream-722ba092808a3780d948830c8e9b4f8b66fd54a2.zip |
update asterisk to new upstream release (v1.2.1)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2682 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/asterisk/patches/asterisk-1.0.9-chan_bluetooth.patch')
-rw-r--r-- | package/asterisk/patches/asterisk-1.0.9-chan_bluetooth.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/asterisk/patches/asterisk-1.0.9-chan_bluetooth.patch b/package/asterisk/patches/asterisk-1.0.9-chan_bluetooth.patch index f6a4cc4953..7c278a71b4 100644 --- a/package/asterisk/patches/asterisk-1.0.9-chan_bluetooth.patch +++ b/package/asterisk/patches/asterisk-1.0.9-chan_bluetooth.patch @@ -19,7 +19,7 @@ diff -ruN asterisk-1.0.9-old/channels/Makefile asterisk-1.0.9-new/channels/Makef $(CC) $(SOLINK) -o $@ $< h323/libchanh323.a $(CHANH323LIB) -L$(PWLIBDIR)/lib $(PTLIB) -L$(OPENH323DIR)/lib $(H323LIB) -L/usr/lib -lcrypto -lssl -lexpat +chan_bluetooth.so: chan_bluetooth.o -+ $(CC) $(SOLINK) -o $@ $< $(LDFLAGS_EXTRA) -lbluetooth ++ $(CC) $(SOLINK) -o $@ $< $(EXTRA_LDFLAGS) -lbluetooth + #chan_modem.so : chan_modem.o @@ -164,7 +164,7 @@ diff -ruN asterisk-1.0.9-old/channels/chan_bluetooth.c asterisk-1.0.9-new/channe +#define BLT_CONFIG_FILE "bluetooth.conf" +#define BLT_RDBUFF_MAX 1024 +#define BLT_DEFAULT_HCI_DEV 0 -+#define BLT_SVN_REVISION "$Rev: 38 $" ++#define BLT_SVN_REVISION "$Rev$" + +/* ---------------------------------- */ + |