5254fb5c189325e91dbd5c24662ad48cc813d295
[openwrt.git] / package / ppp / Config.in
1 config BR2_PACKAGE_PPP
2 prompt "ppp - PPP (Point-to-Point Protocol) daemon"
3 tristate
4 default y
5 select BR2_PACKAGE_KMOD_PPP
6
7 config BR2_PACKAGE_PPP_MOD_PPPOE
8 prompt "mod-pppoe - PPPoE (PPP over Ethernet) plugin"
9 tristate
10 default y
11 depends on BR2_PACKAGE_PPP
12 select BR2_PACKAGE_KMOD_PPPOE
13
14 config BR2_PACKAGE_PPP_MOD_RADIUS
15 prompt "mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
16 tristate
17 default m
18 depends on BR2_PACKAGE_PPP
19
20 config BR2_PACKAGE_CHAT
21 prompt "chat - an utility to establish conversation with other PPP servers (via a modem)"
22 tristate
23 default m
24 depends on BR2_PACKAGE_PPP
25
26 config BR2_PACKAGE_PPPDUMP
27 prompt "pppdump - an utility to read PPP record file"
28 tristate
29 default m
30 depends on BR2_PACKAGE_PPP
31
32 config BR2_PACKAGE_PPPSTATS
33 prompt "pppstats - an utility to report PPP statistics"
34 tristate
35 default m
36 depends on BR2_PACKAGE_PPP
37
This page took 0.041358 seconds and 3 git commands to generate.