make kernel ppp optional and remove cramfs support
[openwrt.git] / package / ppp / Config.in
1 config BR2_PACKAGE_PPP
2         tristate
3         select BR2_PACKAGE_KMOD_PPP
4         prompt "PPP daemon"
5         default y
6
7 config BR2_PACKAGE_PPP_PPPOE
8         tristate
9         prompt "PPP over Ethernet plugin"
10         default y
11         depends on BR2_PACKAGE_PPP
12
13 config BR2_PACKAGE_PPP_RADIUS
14         tristate
15         prompt "PPP RADIUS plugin"
16         default m
17         depends on BR2_PACKAGE_PPP
18
19 config BR2_PACKAGE_PPP_CHAT
20         tristate
21         prompt "chat utility"
22         default m
23         depends on BR2_PACKAGE_PPP
24
25 config BR2_PACKAGE_PPPDUMP
26         tristate
27         prompt "pppdump utility"
28         default m
29         depends on BR2_PACKAGE_PPP
30
31 config BR2_PACKAGE_PPPSTATS
32         tristate
33         prompt "pppstats utility"
34         default m
35         depends on BR2_PACKAGE_PPP
36
37
38