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 Elfert 1997-10-26 23:19:20 +00:00
parent 86af428045
commit 548fb686dc
2 changed files with 8 additions and 6 deletions

View File

@ -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