enabled when DEVELOPER=1
SVN-Revision: 1960
This commit is contained in:
parent
2646e9b47b
commit
0de9d5d2d5
1 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
menu "pppoe - Roaring Penguin PPPoE (PPP over Ethernet) implementation"
|
menu "pppoe - Roaring Penguin PPPoE (PPP over Ethernet) implementation"
|
||||||
|
|
||||||
config BR2_PACKAGE_RP_PPPOE
|
config BR2_COMPILE_RP_PPPOE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
|
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
|
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 DEVELOPER
|
||||||
select BR2_PACKAGE_RP_PPPOE
|
select BR2_COMPILE_RP_PPPOE
|
||||||
select BR2_PACKAGE_PPP
|
select BR2_PACKAGE_PPP
|
||||||
help
|
help
|
||||||
PPPoE (PPP over Ethernet) client
|
PPPoE (PPP over Ethernet) client
|
||||||
|
@ -20,8 +20,8 @@ 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 DEVELOPER
|
||||||
select BR2_PACKAGE_RP_PPPOE
|
select BR2_COMPILE_RP_PPPOE
|
||||||
help
|
help
|
||||||
PPPoE (PPP over Ethernet) relay
|
PPPoE (PPP over Ethernet) relay
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ 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 DEVELOPER
|
||||||
select BR2_PACKAGE_RP_PPPOE
|
select BR2_COMPILE_RP_PPPOE
|
||||||
select BR2_PACKAGE_PPP
|
select BR2_PACKAGE_PPP
|
||||||
help
|
help
|
||||||
PPPoE (PPP over Ethernet) server
|
PPPoE (PPP over Ethernet) server
|
||||||
|
@ -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 BR2_COMPILE_RP_PPPOE
|
||||||
select BR2_PACKAGE_RP_PPPOE
|
select BR2_PACKAGE_RP_PPPOE
|
||||||
help
|
help
|
||||||
PPPoE (PPP over Ethernet) frame sniffer
|
PPPoE (PPP over Ethernet) frame sniffer
|
||||||
|
|
Loading…
Reference in a new issue