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
Merge pull request
#3224
from jow-/mwan3-local-fix
mwan3: remove bad local shell variable declarations
lilik-openwrt-22.03
Hannu Nyman
8 years ago
committed by
GitHub
parent
0312a14a47
a67e66c280
commit
994f1725b8
3 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/mwan3/Makefile
+0
-2
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
+0
-2
net/mwan3/files/lib/mwan3/mwan3.sh
+ 1
- 1
net/mwan3/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
mwan3
PKG_VERSION
:=
2.0
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_MAINTAINER
:=
Jeroen Louwes <jeroen.louwes@gmail.com>
PKG_LICENSE
:=
GPLv2
+ 0
- 2
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
View File
@ -22,8 +22,6 @@ fi
[ -x /usr/sbin/ip6tables ] || exit 7
[ -x /usr/bin/logger ] || exit 8
local family gateway
config_get family $INTERFACE family ipv4
if [ "$family" == "ipv4" ]; then
+ 0
- 2
net/mwan3/files/lib/mwan3/mwan3.sh
View File
@ -1,7 +1,5 @@
#!/bin/sh
local
IP4 IP6 IPS IPT4 IPT6 LOG
IP4
=
"/usr/bin/ip -4"
IP6
=
"/usr/bin/ip -6"
IPS
=
"/usr/sbin/ipset"
Write
Preview
Loading…
Cancel
Save