aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
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