renamed bridge to bridge-utils

This commit is contained in:
John Voltz 2008-03-06 17:55:51 +00:00
parent 4284f53edd
commit 842a07b727
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_BRIDGE config BR2_PACKAGE_BRIDGE
bool "bridge" bool "bridge-utils"
default n default n
help help
Manage ethernet bridging; a way to connect networks together to Manage ethernet bridging; a way to connect networks together to

View File

@ -67,5 +67,5 @@ bridge-dirclean:
# #
############################################################# #############################################################
ifeq ($(strip $(BR2_PACKAGE_BRIDGE)),y) ifeq ($(strip $(BR2_PACKAGE_BRIDGE)),y)
TARGETS+=bridge TARGETS+=bridge-utils
endif endif