@@ -1,5 +1,5 @@
config BR2_PACKAGE_BRIDGE
- bool "bridge"
+ bool "bridge-utils"
default n
help
Manage ethernet bridging; a way to connect networks together to
@@ -67,5 +67,5 @@ bridge-dirclean:
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BRIDGE)),y)
-TARGETS+=bridge
+TARGETS+=bridge-utils
endif