add swedish webif translation
[openwrt/svn-archive/archive.git] / openwrt / 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_WITH_FILTER
10 bool "Enable filter support"
11 depends on BR2_PACKAGE_PPP
12 default y
13
14 config BR2_PACKAGE_PPP_MOD_PPPOE
15 prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
16 tristate
17 default y
18 depends on BR2_PACKAGE_PPP
19 select BR2_PACKAGE_KMOD_PPPOE
20
21 config BR2_PACKAGE_PPP_MOD_RADIUS
22 prompt "...-mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
23 tristate
24 default m if CONFIG_DEVEL
25 depends on BR2_PACKAGE_PPP
26
27 config BR2_PACKAGE_CHAT
28 prompt "chat - Utility to establish conversation with other PPP servers (via a modem)"
29 tristate
30 default m if CONFIG_DEVEL
31 depends on BR2_PACKAGE_PPP
32
33 config BR2_PACKAGE_PPPDUMP
34 prompt "pppdump - Utility to read PPP record file"
35 tristate
36 default m if CONFIG_DEVEL
37 depends on BR2_PACKAGE_PPP
38
39 config BR2_PACKAGE_PPPSTATS
40 prompt "pppstats - Utility to report PPP statistics"
41 tristate
42 default m if CONFIG_DEVEL
43 depends on BR2_PACKAGE_PPP
44
45 endmenu