2005-11-05 02:16:36 +00:00
|
|
|
menu "ppp............................... PPP (Point-to-Point Protocol) daemon"
|
2005-05-26 21:50:29 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_PPP
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
|
2005-03-06 03:53:29 +00:00
|
|
|
tristate
|
2006-05-15 23:13:49 +00:00
|
|
|
default n if LINUX_2_6_ARUBA
|
2005-03-06 03:53:29 +00:00
|
|
|
default y
|
2006-05-15 23:13:49 +00:00
|
|
|
select PACKAGE_KMOD_PPP
|
2005-03-06 03:53:29 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_PPP_WITH_FILTER
|
2006-03-18 17:27:20 +00:00
|
|
|
prompt "Enable filter support"
|
2006-02-05 20:18:24 +00:00
|
|
|
bool
|
2006-03-18 17:27:20 +00:00
|
|
|
default y
|
2006-02-05 20:18:24 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_PPP_MOD_PPPOA
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
|
2005-08-26 15:52:12 +00:00
|
|
|
tristate
|
2006-05-15 23:13:49 +00:00
|
|
|
default y if LINUX_2_4_AR7
|
|
|
|
depends on PACKAGE_PPP
|
|
|
|
select PACKAGE_KMOD_PPPOATM
|
2005-08-26 15:52:12 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_PPP_MOD_PPPOE
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
|
2005-03-06 03:53:29 +00:00
|
|
|
tristate
|
|
|
|
default y
|
2006-05-15 23:13:49 +00:00
|
|
|
depends on PACKAGE_PPP
|
|
|
|
select PACKAGE_KMOD_PPPOE
|
2005-03-06 03:53:29 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_PPP_MOD_RADIUS
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
|
2005-03-06 03:53:29 +00:00
|
|
|
tristate
|
2006-05-15 23:13:49 +00:00
|
|
|
default m if DEVEL
|
|
|
|
depends on PACKAGE_PPP
|
2005-03-06 03:53:29 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_CHAT
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
|
2005-03-06 03:53:29 +00:00
|
|
|
tristate
|
2006-05-15 23:13:49 +00:00
|
|
|
default m if DEVEL
|
|
|
|
depends on PACKAGE_PPP
|
2005-03-06 03:53:29 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_PPPDUMP
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "pppdump......................... Utility to read PPP record file"
|
2005-03-06 03:53:29 +00:00
|
|
|
tristate
|
2006-05-15 23:13:49 +00:00
|
|
|
default m if DEVEL
|
|
|
|
depends on PACKAGE_PPP
|
2005-03-06 03:53:29 +00:00
|
|
|
|
2006-05-15 23:13:49 +00:00
|
|
|
config PACKAGE_PPPSTATS
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "pppstats........................ Utility to report PPP statistics"
|
2005-03-06 03:53:29 +00:00
|
|
|
tristate
|
2006-05-15 23:13:49 +00:00
|
|
|
default m if DEVEL
|
|
|
|
depends on PACKAGE_PPP
|
2005-03-06 03:53:29 +00:00
|
|
|
|
2005-05-26 21:50:29 +00:00
|
|
|
endmenu
|