English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/ppp/Config.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3760 - (show annotations) (download)
Tue May 27 15:44:13 2008 UTC (5 years, 8 months ago) by markus
File size: 1602 byte(s)
UMTS via USB modem is possible with all devices
1 config FWRT_PACKAGE_PPP
2 prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
3 tristate
4 default n
5 select FWRT_PACKAGE_KMOD_PPP
6
7 config FWRT_PACKAGE_PPP_WITH_FILTER
8 prompt "Enable filter support"
9 bool
10 default n
11 depends FWRT_PACKAGE_PPP
12
13 config FWRT_PACKAGE_PPP_MOD_PPPOA
14 prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
15 tristate
16 default n
17 select FWRT_PACKAGE_KMOD_PPPOATM
18 depends FWRT_PACKAGE_PPP
19
20 config FWRT_PACKAGE_PPP_MOD_PPPOE
21 prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
22 tristate
23 default n
24 select FWRT_PACKAGE_KMOD_PPPOE
25 depends FWRT_PACKAGE_PPP
26
27 config FWRT_PACKAGE_PPP_MOD_RADIUS
28 prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
29 tristate
30 default n
31 depends FWRT_PACKAGE_PPP
32
33 config FWRT_PACKAGE_CHAT
34 prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
35 tristate
36 default n
37 depends FWRT_PACKAGE_PPP
38
39 config FWRT_PACKAGE_PPPDUMP
40 prompt "pppdump......................... Utility to read PPP record file"
41 tristate
42 default n
43 depends FWRT_PACKAGE_PPP
44
45 config FWRT_PACKAGE_PPPSTATS
46 prompt "pppstats........................ Utility to report PPP statistics"
47 tristate
48 default n
49 depends FWRT_PACKAGE_PPP
50
51 config FWRT_PACKAGE_PPPUMTS
52 prompt "GPRS/UMTS support............... Package with scripts and dependencies to run UMTS/GRPS"
53 tristate
54 default n
55 select FWRT_PACKAGE_COMGT
56 select FWRT_PACKAGE_KMOD_PCMCIA_SERIAL
57 select FWRT_PACKAGE_KMOD_USB_SERIAL
58 depends FWRT_PACKAGE_PPP

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20