mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 18:33:48 +08:00
renamed bridge to bridge-utils
This commit is contained in:
parent
4284f53edd
commit
842a07b727
@ -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
|
Loading…
Reference in New Issue
Block a user