aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:27:28 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:27:28 +0000
commita209e56b9050338e42f741189097c9e016daf553 (patch)
treee4c9e9dfc1c318ce98cb09201aff6d3dcef2f598 /channels/Makefile
parent8aad4ad7c5a80eafbade5bf80c25ed0795196dd2 (diff)
issue #5799
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7149 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index a4139bba2..c736dfa26 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