summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-17 16:57:25 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-17 16:57:25 +0000
commit522544442b117f81e0b80996de814ded3a5b96a5 (patch)
treeefff2b3932175e1def9ad89463c9c214317b6fde /channels/Makefile
parent59fe845c6cfca7003152fca96e03f4ef92ea2024 (diff)
backport chan_modem fixes from v1-2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7129 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 82844f1e5..a4139bba2 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -61,7 +61,9 @@ endif
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)
ifneq (${OSARCH},CYGWIN)
- CHANNEL_LIBS+=chan_oss.so chan_modem_i4l.so
+# 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
endif
endif
endif