aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/qos-scripts/Makefile
diff options
context:
space:
mode:
authorPerry Melange <isprotejesvalkata@gmail.com>2021-04-19 11:17:10 +0200
committerBaptiste Jonglez <git@bitsofnetworks.org>2021-06-21 09:18:33 +0200
commit23c3bab9209f984692f8206c0d97758ee223a26f (patch)
tree044f1f9bf77dd40c3dee25be6d9a1494a0337b7b /package/network/config/qos-scripts/Makefile
parentfcfa60408c37a129b143e4928b6d86e383c2c8f6 (diff)
downloadupstream-23c3bab9209f984692f8206c0d97758ee223a26f.tar.gz
upstream-23c3bab9209f984692f8206c0d97758ee223a26f.tar.bz2
upstream-23c3bab9209f984692f8206c0d97758ee223a26f.zip
qos-scripts: add ifbN device before setting the link up
commit 50413e1ec83dedaea44558d5f37af5454156a46a replaced ifconfig with ip. In order to set a link state to up, the interface needs to be added first. Fixes: FS#3754 Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com> [Add Fixes tag] Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
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 7d282b2db5..d6e7df1467 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:=2
+PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>