mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
bring up to date with nbd's br2_test20.tar.bz2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@308 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
37
package/ppp/Config.in
Normal file
37
package/ppp/Config.in
Normal 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user