bring up to date with nbd's br2_test20.tar.bz2

SVN-Revision: 308
This commit is contained in:
Mike Baker
2005-03-06 03:53:29 +00:00
parent 6b93231c4f
commit b3be5eeb3e
53 changed files with 5243 additions and 8 deletions

View File

@@ -0,0 +1,37 @@
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