From fe4d4f0bcc8c463f507a78c8c8daea48f92284cb Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 28 Oct 2020 15:57:13 +0100 Subject: [PATCH] vpn-policy-routing: use new extra_command function definition Signed-off-by: Florian Eckert --- net/vpn-policy-routing/Makefile | 2 +- net/vpn-policy-routing/files/vpn-policy-routing.init | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/vpn-policy-routing/Makefile b/net/vpn-policy-routing/Makefile index 5ae1077f13..b94c8e7b25 100644 --- a/net/vpn-policy-routing/Makefile +++ b/net/vpn-policy-routing/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vpn-policy-routing PKG_VERSION:=0.2.1 -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin diff --git a/net/vpn-policy-routing/files/vpn-policy-routing.init b/net/vpn-policy-routing/files/vpn-policy-routing.init index 3d7851c076..4600b580a3 100755 --- a/net/vpn-policy-routing/files/vpn-policy-routing.init +++ b/net/vpn-policy-routing/files/vpn-policy-routing.init @@ -15,8 +15,7 @@ readonly _ERROR_='\033[0;31mERROR\033[0m' readonly _WARNING_='\033[0;33mWARNING\033[0m' readonly readmeURL="https://github.com/openwrt/packages/tree/master/net/vpn-policy-routing/files/README.md" -export EXTRA_COMMANDS='support' -export EXTRA_HELP=" support Generates output required to troubleshoot routing issues +extra_command "support" "Generates output required to troubleshoot routing issues Use '-d' option for more detailed output Use '-p' option to automatically upload data under VPR paste.ee account WARNING: while paste.ee uploads are unlisted, they are still publicly available -- 2.30.2