1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-25 00:30:14 +03:00
openwrt-xburst/package/ppp/Config.in
nbd c891972a08 add depend on kmod-pppoe in ppp menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-02 19:29:33 +00:00

40 lines
659 B
Plaintext

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