aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/qos-scripts/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-05-29 10:34:58 +0200
committerJo-Philipp Wich <jo@mein.io>2020-05-29 10:34:58 +0200
commit559b3384666bbc6e4e9e6d86cf54bd88d30b341f (patch)
tree1ad229de0451647757d006bda4b8f1a3f0e58366 /package/network/config/qos-scripts/Makefile
parent48e34499454101db57217c1720ab21eba5c1ba7f (diff)
downloadupstream-559b3384666bbc6e4e9e6d86cf54bd88d30b341f.tar.gz
upstream-559b3384666bbc6e4e9e6d86cf54bd88d30b341f.tar.bz2
upstream-559b3384666bbc6e4e9e6d86cf54bd88d30b341f.zip
qos-scripts: fix interface resolving
Also ensure that the error message is actually printed to stderr and that the rule generation is aborted if an interface cannot be resolved. Ref: https://github.com/openwrt/luci/issues/3975 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/config/qos-scripts/Makefile')
-rw-r--r--package/network/config/qos-scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/qos-scripts/Makefile b/package/network/config/qos-scripts/Makefile
index abaeaeb981..7d282b2db5 100644
--- a/package/network/config/qos-scripts/Makefile
+++ b/package/network/config/qos-scripts/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=qos-scripts
PKG_VERSION:=1.3.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>