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