mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
Delete .github/diy/patches/luci-app-upnp.patch
This commit is contained in:
parent
1bb5995543
commit
faaff0a8f8
11
.github/diy/patches/luci-app-upnp.patch
vendored
11
.github/diy/patches/luci-app-upnp.patch
vendored
@ -1,11 +0,0 @@
|
||||
--- a/luci-app-upnp/root/usr/share/rpcd/ucode/luci.upnp
|
||||
+++ b/luci-app-upnp/root/usr/share/rpcd/ucode/luci.upnp
|
||||
@@ -46,7 +46,7 @@ const methods = {
|
||||
|
||||
if (ipt) {
|
||||
for (let line = ipt.read('line'); length(line); line = ipt.read('line')) {
|
||||
- let m = match(line, /^([0-9]+)\s+([a-z]+).+dpt:([0-9]+) to:(\S+):([0-9]+)/);
|
||||
+ let m = match(line, /^([0-9]+).*\s+([a-z]+).+dpt:([0-9]+) to:(\S+):([0-9]+)/);
|
||||
|
||||
if (m) {
|
||||
push(rules, {
|
||||
Loading…
Reference in New Issue
Block a user