aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 04:54:15 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 04:54:15 +0000
commitb0ce77d2ded5af67350ae4f97afc5d9b45f049b1 (patch)
treea77bc4b5c41e50fb7b58b388c9bd1f8bb2a344bf /channels
parenta569ddb5821c09aafab995432e42daf23b0e0cd9 (diff)
issue #5799
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7136 f38db490-d61c-443f-a65b-d21fe96a405b
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