source: freewrt/package/ppp/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was b232ea4, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

disable ppp by default, not everybody need ppp/pppoe for his firmware

git-svn-id: svn://www.freewrt.org/trunk/freewrt@176 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.4 KB
Line 
1menu "ppp............................... PPP (Point-to-Point Protocol) daemon"
2
3config BR2_PACKAGE_PPP
4 prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
5 tristate
6 default n
7 select BR2_PACKAGE_KMOD_PPP
8
9config BR2_PACKAGE_PPP_WITH_FILTER
10 prompt "Enable filter support"
11 bool
12 default n
13
14config BR2_PACKAGE_PPP_MOD_PPPOA
15 prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
16 tristate
17 default n
18 depends on BR2_PACKAGE_PPP
19 select BR2_PACKAGE_KMOD_PPPOATM
20
21config BR2_PACKAGE_PPP_MOD_PPPOE
22 prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
23 tristate
24 default n
25 depends on BR2_PACKAGE_PPP
26 select BR2_PACKAGE_KMOD_PPPOE
27
28config BR2_PACKAGE_PPP_MOD_RADIUS
29 prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
30 tristate
31 default n
32 depends on BR2_PACKAGE_PPP
33
34config BR2_PACKAGE_CHAT
35 prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
36 tristate
37 default n
38 depends on BR2_PACKAGE_PPP
39
40config BR2_PACKAGE_PPPDUMP
41 prompt "pppdump......................... Utility to read PPP record file"
42 tristate
43 default n
44 depends on BR2_PACKAGE_PPP
45
46config BR2_PACKAGE_PPPSTATS
47 prompt "pppstats........................ Utility to report PPP statistics"
48 tristate
49 default n
50 depends on BR2_PACKAGE_PPP
51
52endmenu
Note: See TracBrowser for help on using the repository browser.