Add rp-pppoe package
[openwrt.git] / openwrt / package / rp-pppoe / Config.in
1 menu "pppoe - Roaring Penguin PPPoE (PPP over Ethernet) implementation"
2
3 config BR2_PACKAGE_RP_PPPOE
4         bool
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         tristate
10         prompt "pppoe-client - PPPoE (PPP over Ethernet) client"
11 #       default m if DEVELOPER
12         select BR2_PACKAGE_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
20 config BR2_PACKAGE_PPPOE_RELAY
21         tristate
22         prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay"
23 #       default m if DEVELOPER
24         select BR2_PACKAGE_RP_PPPOE
25         help
26           PPPoE (PPP over Ethernet) relay
27           
28           http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
29           
30
31 config BR2_PACKAGE_PPPOE_SERVER
32         tristate
33         prompt "pppoe-server - PPPoE (PPP over Ethernet) server"
34 #       default m if DEVELOPER
35         select BR2_PACKAGE_RP_PPPOE
36         select BR2_PACKAGE_PPP
37         help
38           PPPoE (PPP over Ethernet) server
39           
40           http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
41           
42
43 config BR2_PACKAGE_PPPOE_SNIFF
44         tristate
45         prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer"
46 #       default m if DEVELOPER
47         select BR2_PACKAGE_RP_PPPOE
48         help
49           PPPoE (PPP over Ethernet) frame sniffer
50           
51           http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
52           
53
54 endmenu