| [475ad56] | 1 | #menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation"
|
|---|
| 2 |
|
|---|
| 3 | config BR2_COMPILE_RP_PPPOE
|
|---|
| 4 | tristate
|
|---|
| 5 | default n
|
|---|
| 6 | depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
|
|---|
| 7 |
|
|---|
| 8 | config BR2_PACKAGE_PPPOE_CLIENT
|
|---|
| 9 | prompt "pppoe-client...................... PPPoE (PPP over Ethernet) client"
|
|---|
| 10 | tristate
|
|---|
| 11 | default m if CONFIG_DEVEL
|
|---|
| 12 | select BR2_COMPILE_RP_PPPOE
|
|---|
| 13 | select BR2_PACKAGE_PPP
|
|---|
| 14 | help
|
|---|
| 15 | PPPoE (PPP over Ethernet) client
|
|---|
| 16 |
|
|---|
| 17 | http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|---|
| 18 |
|
|---|
| 19 | config BR2_PACKAGE_PPPOE_RELAY
|
|---|
| 20 | prompt "pppoe-relay....................... PPPoE (PPP over Ethernet) relay"
|
|---|
| 21 | tristate
|
|---|
| 22 | default m if CONFIG_DEVEL
|
|---|
| 23 | select BR2_COMPILE_RP_PPPOE
|
|---|
| 24 | help
|
|---|
| 25 | PPPoE (PPP over Ethernet) relay
|
|---|
| 26 |
|
|---|
| 27 | http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|---|
| 28 |
|
|---|
| 29 | config BR2_PACKAGE_PPPOE_SERVER
|
|---|
| 30 | prompt "pppoe-server...................... PPPoE (PPP over Ethernet) server"
|
|---|
| 31 | tristate
|
|---|
| 32 | default m if CONFIG_DEVEL
|
|---|
| 33 | select BR2_COMPILE_RP_PPPOE
|
|---|
| 34 | select BR2_PACKAGE_PPP
|
|---|
| 35 | help
|
|---|
| 36 | PPPoE (PPP over Ethernet) server
|
|---|
| 37 |
|
|---|
| 38 | http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|---|
| 39 |
|
|---|
| 40 | config BR2_PACKAGE_PPPOE_SNIFF
|
|---|
| 41 | prompt "pppoe-sniff....................... PPPoE (PPP over Ethernet) frame sniffer"
|
|---|
| 42 | tristate
|
|---|
| 43 | default m if CONFIG_DEVEL
|
|---|
| 44 | select BR2_COMPILE_RP_PPPOE
|
|---|
| 45 | help
|
|---|
| 46 | PPPoE (PPP over Ethernet) frame sniffer
|
|---|
| 47 |
|
|---|
| 48 | http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
|
|---|
| 49 |
|
|---|
| 50 | #endmenu
|
|---|