This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
nft-qos: fix missing double semicolon in case
Signed-off-by: Rosy Song <rosysong@rosinson.com>
lilik-openwrt-22.03
Rosy Song
6 years ago
parent
6e7d8a8cb5
commit
af9d96bc93
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
net/nft-qos/Makefile
+1
-0
net/nft-qos/files/lib/priority.sh
+ 2
- 2
net/nft-qos/Makefile
View File
@ -8,8 +8,8 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
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>
+ 1
- 0
net/nft-qos/files/lib/priority.sh
View 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"
Write
Preview
Loading…
Cancel
Save