add a lot of debian fixes to ppp (should fix persist and demand, too), clean up patches
[openwrt.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 y
7         select BR2_PACKAGE_KMOD_PPP
8
9 config BR2_PACKAGE_PPP_MOD_PPPOE
10         prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
11         tristate
12         default y
13         depends on BR2_PACKAGE_PPP
14         select BR2_PACKAGE_KMOD_PPPOE
15
16 config BR2_PACKAGE_PPP_MOD_RADIUS
17         prompt "...-mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
18         tristate
19         default m if CONFIG_DEVEL
20         depends on BR2_PACKAGE_PPP
21
22 config BR2_PACKAGE_CHAT
23         prompt "chat - Utility to establish conversation with other PPP servers (via a modem)"
24         tristate
25         default m if CONFIG_DEVEL
26         depends on BR2_PACKAGE_PPP
27
28 config BR2_PACKAGE_PPPDUMP
29         prompt "pppdump - Utility to read PPP record file"
30         tristate
31         default m if CONFIG_DEVEL
32         depends on BR2_PACKAGE_PPP
33
34 config BR2_PACKAGE_PPPSTATS
35         prompt "pppstats - Utility to report PPP statistics"
36         tristate
37         default m if CONFIG_DEVEL
38         depends on BR2_PACKAGE_PPP
39
40 endmenu