add depend on kmod-pppoe in ppp menuconfig
[openwrt/svn-archive/archive.git] / openwrt / 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 select BR2_PACKAGE_KMOD_PPPOE
11 default y
12 depends on BR2_PACKAGE_PPP
13
14 config BR2_PACKAGE_PPP_RADIUS
15 tristate
16 prompt "PPP RADIUS plugin"
17 default m
18 depends on BR2_PACKAGE_PPP
19
20 config BR2_PACKAGE_PPP_CHAT
21 tristate
22 prompt "chat utility"
23 default m
24 depends on BR2_PACKAGE_PPP
25
26 config BR2_PACKAGE_PPPDUMP
27 tristate
28 prompt "pppdump utility"
29 default m
30 depends on BR2_PACKAGE_PPP
31
32 config BR2_PACKAGE_PPPSTATS
33 tristate
34 prompt "pppstats utility"
35 default m
36 depends on BR2_PACKAGE_PPP
37
38
39