summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJosh Roberson <josh@asteriasgi.com>2005-11-20 04:54:15 +0000
committerJosh Roberson <josh@asteriasgi.com>2005-11-20 04:54:15 +0000
commit15f5afeaa8f7242cc079e846406654d43c3eabf5 (patch)
treea77bc4b5c41e50fb7b58b388c9bd1f8bb2a344bf /channels
parentab56f3a571791ec68649fca08e0c4a28714819e3 (diff)
issue #5799
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7136 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index a4139bba2..325b4b85d 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -63,7 +63,8 @@ ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},CYGWIN)
# the ISDN4Linux channel driver is probably broken on all modern kernels,
# but if you wish to try to use it, uncomment the line below
-# CHANNEL_LIBS+=chan_oss.so chan_modem_i4l.so
+# CHANNEL_LIBS+=chan_modem_i4l.so
+ CHANNEL_LIBS+=chan_oss.so
endif
endif
endif