2 prompt "ppp - PPP (Point-to-Point Protocol) daemon"
5 select BR2_PACKAGE_KMOD_PPP
7 config BR2_PACKAGE_PPP_MOD_PPPOE
8 prompt "mod-pppoe - PPPoE (PPP over Ethernet) plugin"
11 depends on BR2_PACKAGE_PPP
12 select BR2_PACKAGE_KMOD_PPPOE
14 config BR2_PACKAGE_PPP_MOD_RADIUS
15 prompt "mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
18 depends on BR2_PACKAGE_PPP
20 config BR2_PACKAGE_CHAT
21 prompt "chat - Utility to establish conversation with other PPP servers (via a modem)"
24 depends on BR2_PACKAGE_PPP
26 config BR2_PACKAGE_PPPDUMP
27 prompt "pppdump - Utility to read PPP record file"
30 depends on BR2_PACKAGE_PPP
32 config BR2_PACKAGE_PPPSTATS
33 prompt "pppstats - Utility to report PPP statistics"
36 depends on BR2_PACKAGE_PPP