1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation"
- config ADK_COMPILE_RP_PPPOE
- tristate
- default n
- depends on ADK_PACKAGE_PPPOE_CLIENT || ADK_PACKAGE_PPPOE_RELAY || ADK_PACKAGE_PPPOE_SERVER || ADK_PACKAGE_PPPOE_SNIFF
- config ADK_PACKAGE_PPPOE_CLIENT
- prompt "pppoe-client...................... PPPoE (PPP over Ethernet) client"
- tristate
- default n
- select ADK_COMPILE_RP_PPPOE
- select ADK_PACKAGE_PPP
- help
- PPPoE (PPP over Ethernet) client
-
- http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
- config ADK_PACKAGE_PPPOE_RELAY
- prompt "pppoe-relay....................... PPPoE (PPP over Ethernet) relay"
- tristate
- default n
- select ADK_COMPILE_RP_PPPOE
- help
- PPPoE (PPP over Ethernet) relay
-
- http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
- config ADK_PACKAGE_PPPOE_SERVER
- prompt "pppoe-server...................... PPPoE (PPP over Ethernet) server"
- tristate
- default n
- select ADK_COMPILE_RP_PPPOE
- select ADK_PACKAGE_PPP
- help
- PPPoE (PPP over Ethernet) server
-
- http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
- config ADK_PACKAGE_PPPOE_SNIFF
- prompt "pppoe-sniff....................... PPPoE (PPP over Ethernet) frame sniffer"
- tristate
- default n
- select ADK_COMPILE_RP_PPPOE
- help
- PPPoE (PPP over Ethernet) frame sniffer
-
- http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
- #endmenu
|