mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
renamed bridge to bridge-utils
This commit is contained in:
parent
4284f53edd
commit
842a07b727
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user