diff options
author | Rosy Song <rosysong@rosinson.com> | 2019-01-01 15:54:33 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2019-01-02 09:20:36 +0800 |
commit | 6a42b7bf383d2be68aa5a498bc07ff76bd363653 (patch) | |
tree | fec98a93c47038295782f49c6abaabbe3cd1e953 /net/nft-qos/Makefile | |
parent | 5bae7c73a767ac67428142066d74b3e056a1ff16 (diff) |
nft-qos: fix monitor doesn't work when firstboot
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'net/nft-qos/Makefile')
-rw-r--r-- | net/nft-qos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nft-qos/Makefile b/net/nft-qos/Makefile index 3ec2b5601..6cc93560c 100644 --- a/net/nft-qos/Makefile +++ b/net/nft-qos/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nft-qos -PKG_VERSION:=1.0.2 +PKG_VERSION:=1.0.3 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 |