mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 12:18:07 +02:00
037da526c5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2177 3c298f89-4303-0410-b956-a3cf2f4a3e73
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
menu "pppoe - Roaring Penguin PPPoE (PPP over Ethernet) implementation"
|
|
|
|
config BR2_COMPILE_RP_PPPOE
|
|
bool
|
|
default n
|
|
depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
|
|
|
|
config BR2_PACKAGE_PPPOE_CLIENT
|
|
tristate
|
|
prompt "pppoe-client - PPPoE (PPP over Ethernet) client"
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_RP_PPPOE
|
|
select BR2_PACKAGE_PPP
|
|
help
|
|
PPPoE (PPP over Ethernet) client
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
|
config BR2_PACKAGE_PPPOE_RELAY
|
|
tristate
|
|
prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay"
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_RP_PPPOE
|
|
help
|
|
PPPoE (PPP over Ethernet) relay
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
|
config BR2_PACKAGE_PPPOE_SERVER
|
|
tristate
|
|
prompt "pppoe-server - PPPoE (PPP over Ethernet) server"
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_RP_PPPOE
|
|
select BR2_PACKAGE_PPP
|
|
help
|
|
PPPoE (PPP over Ethernet) server
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
|
config BR2_PACKAGE_PPPOE_SNIFF
|
|
tristate
|
|
prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer"
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_RP_PPPOE
|
|
help
|
|
PPPoE (PPP over Ethernet) frame sniffer
|
|
|
|
http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|
|
|
|
|
endmenu
|