1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-29 03:45:31 +02:00

enable when developer build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2177 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-10-19 02:40:04 +00:00
parent c86ea5de22
commit 9e3844d7fa

View File

@ -8,7 +8,7 @@ config BR2_COMPILE_RP_PPPOE
config BR2_PACKAGE_PPPOE_CLIENT config BR2_PACKAGE_PPPOE_CLIENT
tristate tristate
prompt "pppoe-client - PPPoE (PPP over Ethernet) client" prompt "pppoe-client - PPPoE (PPP over Ethernet) client"
default m if DEVELOPER default m if CONFIG_DEVEL
select BR2_COMPILE_RP_PPPOE select BR2_COMPILE_RP_PPPOE
select BR2_PACKAGE_PPP select BR2_PACKAGE_PPP
help help
@ -20,7 +20,7 @@ config BR2_PACKAGE_PPPOE_CLIENT
config BR2_PACKAGE_PPPOE_RELAY config BR2_PACKAGE_PPPOE_RELAY
tristate tristate
prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay" prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay"
default m if DEVELOPER default m if CONFIG_DEVEL
select BR2_COMPILE_RP_PPPOE select BR2_COMPILE_RP_PPPOE
help help
PPPoE (PPP over Ethernet) relay PPPoE (PPP over Ethernet) relay
@ -31,7 +31,7 @@ config BR2_PACKAGE_PPPOE_RELAY
config BR2_PACKAGE_PPPOE_SERVER config BR2_PACKAGE_PPPOE_SERVER
tristate tristate
prompt "pppoe-server - PPPoE (PPP over Ethernet) server" prompt "pppoe-server - PPPoE (PPP over Ethernet) server"
default m if DEVELOPER default m if CONFIG_DEVEL
select BR2_COMPILE_RP_PPPOE select BR2_COMPILE_RP_PPPOE
select BR2_PACKAGE_PPP select BR2_PACKAGE_PPP
help help
@ -43,7 +43,7 @@ config BR2_PACKAGE_PPPOE_SERVER
config BR2_PACKAGE_PPPOE_SNIFF config BR2_PACKAGE_PPPOE_SNIFF
tristate tristate
prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer" prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer"
default m if DEVELOPER default m if CONFIG_DEVEL
select BR2_COMPILE_RP_PPPOE select BR2_COMPILE_RP_PPPOE
help help
PPPoE (PPP over Ethernet) frame sniffer PPPoE (PPP over Ethernet) frame sniffer