You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
599 B
38 lines
599 B
20 years ago
|
config BR2_PACKAGE_PPP
|
||
|
tristate
|
||
|
prompt "PPP daemon"
|
||
|
default y
|
||
|
|
||
|
config BR2_PACKAGE_PPP_PPPOE
|
||
|
tristate
|
||
|
prompt "PPP over Ethernet plugin"
|
||
|
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
|
||
|
|
||
|
|
||
|
|