Selaa lähdekoodia

renamed bridge to bridge-utils

John Voltz 17 vuotta sitten
vanhempi
commit
842a07b727

+ 1 - 1
package/bridge/Config.in → package/bridge-utils/Config.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

+ 1 - 1
package/bridge/bridge.mk → package/bridge-utils/bridge.mk

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

+ 0 - 0
package/bridge/bridge.patch → package/bridge-utils/bridge.patch