0dda3cc83f61e2c210a1759a0d13ac60af1fb405
[openwrt-10.03/.git] / package / ppp / Config.in
1 menu "ppp............................... PPP (Point-to-Point Protocol) daemon"
2
3 config BR2_PACKAGE_PPP
4         prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
5         tristate
6         default n if BR2_LINUX_2_6_ARUBA
7         default y
8         select BR2_PACKAGE_KMOD_PPP
9
10 config BR2_PACKAGE_PPP_WITH_FILTER
11         prompt "Enable filter support"
12         bool
13         default n
14         depends BR2_PACKAGE_LIBPCAP
15
16 config BR2_PACKAGE_PPP_MOD_PPPOA
17         prompt   "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
18         tristate
19         default y if BR2_LINUX_2_4_AR7
20         depends on BR2_PACKAGE_PPP
21         select BR2_PACKAGE_KMOD_PPPOATM
22
23 config BR2_PACKAGE_PPP_MOD_PPPOE
24         prompt   "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
25         tristate
26         default y
27         depends on BR2_PACKAGE_PPP
28         select BR2_PACKAGE_KMOD_PPPOE
29
30 config BR2_PACKAGE_PPP_MOD_RADIUS
31         prompt   "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
32         tristate
33         default m if CONFIG_DEVEL
34         depends on BR2_PACKAGE_PPP
35
36 config BR2_PACKAGE_CHAT
37         prompt   "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
38         tristate
39         default m if CONFIG_DEVEL
40         depends on BR2_PACKAGE_PPP
41
42 config BR2_PACKAGE_PPPDUMP
43         prompt   "pppdump......................... Utility to read PPP record file"
44         tristate
45         default m if CONFIG_DEVEL
46         depends on BR2_PACKAGE_PPP
47
48 config BR2_PACKAGE_PPPSTATS
49         prompt   "pppstats........................ Utility to report PPP statistics"
50         tristate
51         default m if CONFIG_DEVEL
52         depends on BR2_PACKAGE_PPP
53
54 endmenu