mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
renamed bridge to bridge-utils
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user