1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 03:00:23 +03:00

enabled when DEVELOPER=1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1960 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-09-20 02:15:40 +00:00
parent e43c9cb97a
commit 43f61d5756

View File

@ -1,6 +1,6 @@
menu "pppoe - Roaring Penguin PPPoE (PPP over Ethernet) implementation"
config BR2_PACKAGE_RP_PPPOE
config BR2_COMPILE_RP_PPPOE
bool
default n
depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
@ -8,8 +8,8 @@ config BR2_PACKAGE_RP_PPPOE
config BR2_PACKAGE_PPPOE_CLIENT
tristate
prompt "pppoe-client - PPPoE (PPP over Ethernet) client"
# default m if DEVELOPER
select BR2_PACKAGE_RP_PPPOE
default m if DEVELOPER
select BR2_COMPILE_RP_PPPOE
select BR2_PACKAGE_PPP
help
PPPoE (PPP over Ethernet) client
@ -20,8 +20,8 @@ config BR2_PACKAGE_PPPOE_CLIENT
config BR2_PACKAGE_PPPOE_RELAY
tristate
prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay"
# default m if DEVELOPER
select BR2_PACKAGE_RP_PPPOE
default m if DEVELOPER
select BR2_COMPILE_RP_PPPOE
help
PPPoE (PPP over Ethernet) relay
@ -31,8 +31,8 @@ config BR2_PACKAGE_PPPOE_RELAY
config BR2_PACKAGE_PPPOE_SERVER
tristate
prompt "pppoe-server - PPPoE (PPP over Ethernet) server"
# default m if DEVELOPER
select BR2_PACKAGE_RP_PPPOE
default m if DEVELOPER
select BR2_COMPILE_RP_PPPOE
select BR2_PACKAGE_PPP
help
PPPoE (PPP over Ethernet) server
@ -43,7 +43,7 @@ config BR2_PACKAGE_PPPOE_SERVER
config BR2_PACKAGE_PPPOE_SNIFF
tristate
prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer"
# default m if DEVELOPER
default m if BR2_COMPILE_RP_PPPOE
select BR2_PACKAGE_RP_PPPOE
help
PPPoE (PPP over Ethernet) frame sniffer