From 778c886a2d9eea663b040266ffdfe2ecab2e82b2 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 17 Nov 2005 04:26:07 +0000 Subject: 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 --- channels/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'channels') 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 -- cgit v1.2.3