openvswitch: use new extra_command function definition
authorFlorian Eckert <redacted>
Wed, 28 Oct 2020 14:55:39 +0000 (15:55 +0100)
committerFlorian Eckert <redacted>
Wed, 4 Nov 2020 07:50:34 +0000 (08:50 +0100)
Signed-off-by: Florian Eckert <redacted>
net/openvswitch/Makefile
net/openvswitch/files/openvswitch.init

index 8a9f6c0e549de69a849e5a05e711fd1e6bf7f1df..8e9bbf298c8c74b0dfe4965abebb921269ffe72a 100644 (file)
@@ -17,7 +17,7 @@ include ./openvswitch.mk
 #
 PKG_NAME:=openvswitch
 PKG_VERSION:=$(ovs_version)
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
 PKG_HASH:=4171e52a8c0ffe160c1daa6687219d902a2a6969b296d223d8dac980ab99a260
index a4cde9d1f164028f842c1599d296547e8ab3b824..10cbfdffb90a2bcb6a7bea0323a301c7100d6392 100755 (executable)
@@ -8,7 +8,7 @@ START=15
 ovs_ctl="/usr/share/openvswitch/scripts/ovs-ctl"; [ -x "$ovs_ctl" ] || ovs_ctl=:
 ovn_ctl="/usr/share/ovn/scripts/ovn-ctl"; [ -x "$ovn_ctl" ] || ovn_ctl=:
 
-EXTRA_COMMANDS=status
+extra_command "status" "Get status information"
 
 start() {
        ovs_action start "$@"
git clone https://git.99rst.org/PROJECT