35f03f2375
SVN-Revision: 531
39 lines
659 B
Text
39 lines
659 B
Text
config BR2_PACKAGE_PPP
|
|
tristate
|
|
select BR2_PACKAGE_KMOD_PPP
|
|
prompt "PPP daemon"
|
|
default y
|
|
|
|
config BR2_PACKAGE_PPP_PPPOE
|
|
tristate
|
|
prompt "PPP over Ethernet plugin"
|
|
select BR2_PACKAGE_KMOD_PPPOE
|
|
default y
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
config BR2_PACKAGE_PPP_RADIUS
|
|
tristate
|
|
prompt "PPP RADIUS plugin"
|
|
default m
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
config BR2_PACKAGE_PPP_CHAT
|
|
tristate
|
|
prompt "chat utility"
|
|
default m
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
config BR2_PACKAGE_PPPDUMP
|
|
tristate
|
|
prompt "pppdump utility"
|
|
default m
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
config BR2_PACKAGE_PPPSTATS
|
|
tristate
|
|
prompt "pppstats utility"
|
|
default m
|
|
depends on BR2_PACKAGE_PPP
|
|
|
|
|
|
|