nft-qos: fix missing double semicolon in case
authorRosy Song <redacted>
Wed, 20 Feb 2019 11:01:12 +0000 (19:01 +0800)
committerRosy Song <redacted>
Sun, 10 Mar 2019 07:42:32 +0000 (15:42 +0800)
Signed-off-by: Rosy Song <redacted>
net/nft-qos/Makefile
net/nft-qos/files/lib/priority.sh

index b0d548af0bd2d1feefda43ec46f8bdc4e57add41..7951a0d71e1202b526f0f01b7da0ada38ea217b7 100644 (file)
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nft-qos
-PKG_VERSION:=1.0.4
-PKG_RELEASE:=2
+PKG_VERSION:=1.0.5
+PKG_RELEASE:=1
 PKG_LICENSE:=GPL-2.0
 
 PKG_MAINTAINER:=Rosy Song <rosysong@rosinson.com>
index 02dc2c6aecbf28ca72d0afd562b0d015238c2dca..081b13f48c7eabac4ff2b1b23cf6263691625657 100644 (file)
@@ -84,6 +84,7 @@ qosdef_init_priority() {
                ;;
                wan*) network_get_device ifname "$priority_netdev" || \
                        ifname="$(uci_get network.$priority_netdev.ifname)"
+               ;;
        esac
 
        qosdef_appendx "table netdev nft-qos-priority {\n"
git clone https://git.99rst.org/PROJECT