removed old dnsmasq files
[openwrt.git] / package / ppp / Config.in
1 config BR2_PACKAGE_PPP
2 tristate
3 prompt "PPP daemon"
4 default y
5
6 config BR2_PACKAGE_PPP_PPPOE
7 tristate
8 prompt "PPP over Ethernet plugin"
9 default y
10 depends on BR2_PACKAGE_PPP
11
12 config BR2_PACKAGE_PPP_RADIUS
13 tristate
14 prompt "PPP RADIUS plugin"
15 default m
16 depends on BR2_PACKAGE_PPP
17
18 config BR2_PACKAGE_PPP_CHAT
19 tristate
20 prompt "chat utility"
21 default m
22 depends on BR2_PACKAGE_PPP
23
24 config BR2_PACKAGE_PPPDUMP
25 tristate
26 prompt "pppdump utility"
27 default m
28 depends on BR2_PACKAGE_PPP
29
30 config BR2_PACKAGE_PPPSTATS
31 tristate
32 prompt "pppstats utility"
33 default m
34 depends on BR2_PACKAGE_PPP
35
36
37
This page took 0.071982 seconds and 5 git commands to generate.