mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
uodate
This commit is contained in:
parent
71eff29ea4
commit
a557f74c24
4 changed files with 4 additions and 4 deletions
2
build.sh
2
build.sh
|
@ -42,7 +42,7 @@ OMR_KERNEL=${OMR_KERNEL:-5.4}
|
||||||
OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | cut -d '-' -f1)}
|
OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | cut -d '-' -f1)}
|
||||||
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET}
|
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET}
|
||||||
|
|
||||||
OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/ysurac/openmptcprouter-feeds}"
|
OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/suyuan168/openmptcprouter-feeds}"
|
||||||
OMR_FEED_SRC="${OMR_FEED_SRC:-develop}"
|
OMR_FEED_SRC="${OMR_FEED_SRC:-develop}"
|
||||||
|
|
||||||
CUSTOM_FEED_URL="${CUSTOM_FEED_URL}"
|
CUSTOM_FEED_URL="${CUSTOM_FEED_URL}"
|
||||||
|
|
|
@ -388,4 +388,4 @@ else
|
||||||
json_close_object
|
json_close_object
|
||||||
|
|
||||||
ubus call system sysupgrade "$(json_dump)"
|
ubus call system sysupgrade "$(json_dump)"
|
||||||
fi
|
fi
|
|
@ -23650,4 +23650,4 @@ diff -aurN linux-5.4.64/tools/include/uapi/linux/bpf.h linux-5.4.64.mptcp/tools/
|
||||||
+ BPF_TCP_RST_WAIT,
|
+ BPF_TCP_RST_WAIT,
|
||||||
|
|
||||||
BPF_TCP_MAX_STATES /* Leave at the end! */
|
BPF_TCP_MAX_STATES /* Leave at the end! */
|
||||||
};
|
};
|
|
@ -3368,4 +3368,4 @@ index dd5a6317a801..1da66d4bbb08 100644
|
||||||
+ tcp_rate_check_app_limited(sk);
|
+ tcp_rate_check_app_limited(sk);
|
||||||
tcp_mstamp_refresh(tcp_sk(sk));
|
tcp_mstamp_refresh(tcp_sk(sk));
|
||||||
event = icsk->icsk_pending;
|
event = icsk->icsk_pending;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue