aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-17 04:26:07 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-17 04:26:07 +0000
commit778c886a2d9eea663b040266ffdfe2ecab2e82b2 (patch)
treeefff2b3932175e1def9ad89463c9c214317b6fde /channels
parent419bf03ad71d112e3075ea47c367cc8a02483e6c (diff)
fix remaining breakage related to chan_modem modules
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7127 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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