Removed isdnctrli debugs-option.

Enabled MS-Chap in ipppd by default.
Changed actctrl to automatically be disabled if driver not
in kernel.
Renamed CONFIG_CTRL_CONF to CONFIG_ISDNCTRL_CONF
This commit is contained in:
fritz 1997-10-26 23:19:19 +00:00
parent ec1e03450a
commit 52efd495c1
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: config.in,v 1.20 1997/09/25 21:38:26 fritz Exp $
# $Id: config.in,v 1.21 1997/10/26 23:19:19 fritz Exp $
#
# The whole configuration stuff is borrowed from the kernel
# configuration.
@ -51,8 +51,8 @@ mainmenu_option nextcomment
comment 'Runtime configuration tools'
bool 'isdnctrl' CONFIG_ISDNCTRL
if [ "$CONFIG_ISDNCTRL" = "y" ]; then
bool 'Enable isdnctrl debug-option' CONFIG_ISDNCTRL_DEBUG
bool 'Enable configfile-option (uses dbm lib)' CONFIG_CTRL_CONF
# bool 'Enable isdnctrl debug-option' CONFIG_ISDNCTRL_DEBUG
bool 'Enable configfile-option (uses dbm lib)' CONFIG_ISDNCTRL_CONF
fi
bool 'iprofd' CONFIG_IPROFD
endmenu
@ -66,7 +66,9 @@ if [ "$CONFIG_ICNCTRL" = "y" ]; then
fi
bool 'pcbitctl' CONFIG_PCBITCTL
bool 'avmcapictrl' CONFIG_AVMCAPICTRL
bool 'actctrl' CONFIG_ACTCTRL
if [ -f $CONFIG_KERNELDIR/drivers/isdn/act2000/act2000.h ] ; then
bool 'actctrl' CONFIG_ACTCTRL
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'loopctrl' CONFIG_LOOPCTRL
if [ "$CONFIG_LOOPCTRL" = "y" ]; then

View File

@ -34,7 +34,7 @@ CONFIG_LIB_AREACODE=y
#
CONFIG_ISDNCTRL=y
# CONFIG_ISDNCTRL_DEBUG is not set
# CONFIG_CTRL_CONF is not set
CONFIG_ISDNCTRL_CONF=y
CONFIG_IPROFD=y
#
@ -46,7 +46,7 @@ CONFIG_ICNCTRL=y
# CONFIG_ICNCTRL_DEBUG is not set
CONFIG_PCBITCTL=y
CONFIG_AVMCAPICTRL=y
CONFIG_ACTCTRL=n
CONFIG_ACTCTRL=y
CONFIG_LOOPCTRL=n
CONFIG_LOOPCTRL_LOOPDIR='~/isdn/drivers/isdn/isdnloop'
# CONFIG_LOOPCTRL_DEBUG is not set
@ -101,7 +101,7 @@ CONFIG_IPPPD=y
#
# Options for ipppd
#
# CONFIG_IPPD_MSCHAP is not set
CONFIG_IPPD_MSCHAP=y
#
# Documentation