2005-05-27 00:50:29 +03:00
|
|
|
menu "ppp - PPP (Point-to-Point Protocol) daemon"
|
|
|
|
|
2005-03-06 05:53:29 +02:00
|
|
|
config BR2_PACKAGE_PPP
|
2005-05-18 21:05:44 +03:00
|
|
|
prompt "ppp - PPP (Point-to-Point Protocol) daemon"
|
2005-03-06 05:53:29 +02:00
|
|
|
tristate
|
|
|
|
default y
|
2005-05-18 21:05:44 +03:00
|
|
|
select BR2_PACKAGE_KMOD_PPP
|
2005-03-06 05:53:29 +02:00
|
|
|
|
2005-08-26 18:52:12 +03:00
|
|
|
config BR2_PACKAGE_PPP_MOD_PPPOA
|
|
|
|
prompt "...-mod-pppoa - PPPoA (PPP over ATM) plugin"
|
|
|
|
tristate
|
|
|
|
default y if BR2_LINUX_2_4_AR7
|
|
|
|
depends on BR2_PACKAGE_PPP
|
2005-09-03 23:36:06 +03:00
|
|
|
select BR2_PACKAGE_KMOD_PPPOATM
|
2005-08-26 18:52:12 +03:00
|
|
|
|
2005-05-18 21:05:44 +03:00
|
|
|
config BR2_PACKAGE_PPP_MOD_PPPOE
|
2005-05-27 00:50:29 +03:00
|
|
|
prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
|
2005-03-06 05:53:29 +02:00
|
|
|
tristate
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_PPP
|
2005-05-18 21:05:44 +03:00
|
|
|
select BR2_PACKAGE_KMOD_PPPOE
|
2005-03-06 05:53:29 +02:00
|
|
|
|
2005-05-18 21:05:44 +03:00
|
|
|
config BR2_PACKAGE_PPP_MOD_RADIUS
|
2005-05-27 00:50:29 +03:00
|
|
|
prompt "...-mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
|
2005-03-06 05:53:29 +02:00
|
|
|
tristate
|
2005-05-27 00:50:29 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 05:53:29 +02:00
|
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
|
2005-05-18 21:05:44 +03:00
|
|
|
config BR2_PACKAGE_CHAT
|
2005-05-19 19:49:23 +03:00
|
|
|
prompt "chat - Utility to establish conversation with other PPP servers (via a modem)"
|
2005-03-06 05:53:29 +02:00
|
|
|
tristate
|
2005-05-27 00:50:29 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 05:53:29 +02:00
|
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PPPDUMP
|
2005-05-19 19:49:23 +03:00
|
|
|
prompt "pppdump - Utility to read PPP record file"
|
2005-03-06 05:53:29 +02:00
|
|
|
tristate
|
2005-05-27 00:50:29 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 05:53:29 +02:00
|
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PPPSTATS
|
2005-05-19 19:49:23 +03:00
|
|
|
prompt "pppstats - Utility to report PPP statistics"
|
2005-03-06 05:53:29 +02:00
|
|
|
tristate
|
2005-05-27 00:50:29 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 05:53:29 +02:00
|
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
|
2005-05-27 00:50:29 +03:00
|
|
|
endmenu
|