1 menu "ppp - PPP (Point-to-Point Protocol) daemon"
4 prompt "ppp - PPP (Point-to-Point Protocol) daemon"
7 select BR2_PACKAGE_KMOD_PPP
9 config BR2_PACKAGE_PPP_MOD_PPPOE
10 prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
13 depends on BR2_PACKAGE_PPP
14 select BR2_PACKAGE_KMOD_PPPOE
16 config BR2_PACKAGE_PPP_MOD_RADIUS
17 prompt "...-mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
19 default m if CONFIG_DEVEL
20 depends on BR2_PACKAGE_PPP
22 config BR2_PACKAGE_CHAT
23 prompt "chat - Utility to establish conversation with other PPP servers (via a modem)"
25 default m if CONFIG_DEVEL
26 depends on BR2_PACKAGE_PPP
28 config BR2_PACKAGE_PPPDUMP
29 prompt "pppdump - Utility to read PPP record file"
31 default m if CONFIG_DEVEL
32 depends on BR2_PACKAGE_PPP
34 config BR2_PACKAGE_PPPSTATS
35 prompt "pppstats - Utility to report PPP statistics"
37 default m if CONFIG_DEVEL
38 depends on BR2_PACKAGE_PPP