2005-11-05 04:16:36 +02:00
|
|
|
#menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation"
|
2005-07-12 00:17:45 +03:00
|
|
|
|
2005-09-20 05:15:40 +03:00
|
|
|
config BR2_COMPILE_RP_PPPOE
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-07-12 00:17:45 +03:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PPPOE_CLIENT
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "pppoe-client...................... PPPoE (PPP over Ethernet) client"
|
2005-07-12 00:17:45 +03:00
|
|
|
tristate
|
2005-10-19 05:40:04 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-09-20 05:15:40 +03:00
|
|
|
select BR2_COMPILE_RP_PPPOE
|
2005-07-12 00:17:45 +03:00
|
|
|
select BR2_PACKAGE_PPP
|
|
|
|
help
|
|
|
|
PPPoE (PPP over Ethernet) client
|
|
|
|
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PPPOE_RELAY
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "pppoe-relay....................... PPPoE (PPP over Ethernet) relay"
|
2005-07-12 00:17:45 +03:00
|
|
|
tristate
|
2005-10-19 05:40:04 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-09-20 05:15:40 +03:00
|
|
|
select BR2_COMPILE_RP_PPPOE
|
2005-07-12 00:17:45 +03:00
|
|
|
help
|
|
|
|
PPPoE (PPP over Ethernet) relay
|
|
|
|
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PPPOE_SERVER
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "pppoe-server...................... PPPoE (PPP over Ethernet) server"
|
2005-07-12 00:17:45 +03:00
|
|
|
tristate
|
2005-10-19 05:40:04 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-09-20 05:15:40 +03:00
|
|
|
select BR2_COMPILE_RP_PPPOE
|
2005-07-12 00:17:45 +03:00
|
|
|
select BR2_PACKAGE_PPP
|
|
|
|
help
|
|
|
|
PPPoE (PPP over Ethernet) server
|
|
|
|
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PPPOE_SNIFF
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "pppoe-sniff....................... PPPoE (PPP over Ethernet) frame sniffer"
|
2005-07-12 00:17:45 +03:00
|
|
|
tristate
|
2005-10-19 05:40:04 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-09-22 10:54:17 +03:00
|
|
|
select BR2_COMPILE_RP_PPPOE
|
2005-07-12 00:17:45 +03:00
|
|
|
help
|
|
|
|
PPPoE (PPP over Ethernet) frame sniffer
|
|
|
|
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
2005-11-05 04:16:36 +02:00
|
|
|
#endmenu
|