48207 Commits

Author SHA1 Message Date
CN_SZTL
eae36af469
Merge Official Source 2020-03-27 17:04:58 +08:00
lean
63639701e8
luci-app-ssr-plus: fix game plus mode 2020-03-27 17:03:20 +08:00
CN_SZTL
42abd69d90
autocore: fix cpu usage display 2020-03-27 16:38:17 +08:00
lonwern
1192ef7681
luci-app-ssr-plus: output auto update logs to log file (#4053) 2020-03-27 16:26:36 +08:00
CN_SZTL
f8c94a744d
verysync: you should put your k3 into dustbin 2020-03-27 08:40:11 +08:00
Hans Dedecker
001211a5ba netifd: fix compilation with musl 1.2.0
1e8328 system-linux: fix compilation with musl 1.2.0

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-03-26 21:58:02 +01:00
Hans Dedecker
ea69b13d84 odhcp6c: fix compilation with musl 1.2.0
49305e6 odhcp6c: fix compilation with musl 1.2.0

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-03-26 21:58:02 +01:00
Jan Alexander
d394c354ee ar71xx: use status led for GL.iNet GL-AR750S
Use power led for device status.

The status led behavior has already been fixed in af28d8a539fe
("ath79: add support for GL.iNet GL-AR750S") when porting the
device to ath79. This fixes it for ar71xx as well.

Signed-off-by: Jan Alexander <jan@nalx.net>
[minor commit title/message adjustments]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-03-26 19:14:25 +01:00
Adrian Schmutzler
385f4868bc ath79: add support for TP-Link TL-WA860RE v1
This ports support for the TL-WA860RE v1 range extender from ar71xx
to ath79.

Specifications:
  Board: AP123 / AR9341 rev. 3
  Flash/RAM: 4/32 MiB
  CPU: 535 MHz
  WiFi: 2.4 GHz b/g/n
  Ethernet: 1 port (100M)
  Two external antennas

Flashing instructions:
  Upload the factory image via the vendor firmware upgrade option.

Recovery:
  Note that this device does not provide TFTP via ethernet like many
  other TP-Link devices do. You will have to open the case if you
  require recovery beyond failsafe.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Sebastian Knapp <sebastian4842@outlook.com>
2020-03-26 19:14:15 +01:00
Adrian Schmutzler
676ca94c3c ath79: add support for TP-Link TL-WDR4310 v1
This device seems to be identical to the TL-WDR4300, just with
different release date/region and TPLINK_HWID.

Support is added based on the ar71xx implementation.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-03-26 15:05:49 +01:00
ElonH
6bbafc3822
Revert "mt76: refresh patches"
This reverts commit 1f308a69e0ecd40c08527591bab63a86e0d29042.
2020-03-26 21:57:06 +08:00
CN_SZTL
9af0ccd982
mac80211: enable wifi by default 2020-03-26 20:33:33 +08:00
Mattraks
27b6f86c25
luci-app-ssr-plus:Maintenance Usage ssr-rules (#4016) 2020-03-26 20:10:45 +08:00
lean
83b38d91cb
luci-app-ssr-plus: revert /etc/ssr_ip 2020-03-26 20:10:21 +08:00
Mattraks
53693fbedb
luci-app-ssr-plus:Adjust uci-defaults (#4010) 2020-03-26 20:09:51 +08:00
lonwern
8e79b57e36
luci-app-ssr-plus: add "same" mode for global socks5 server (#4039) 2020-03-26 20:09:22 +08:00
AmadeusGhost
2e3f917857
mwlwifi: disable A-MSDU (#4030)
Co-authored-by: LGA1150 <dqfext@gmail.com>
2020-03-26 20:08:57 +08:00
R3pl4c3r
7f5616dc78
luci-app-ssr-plus: fix gfwlist update error (#4043)
* luci-app-ssr-plus: fix gfwlist update error

* Update Makefile
2020-03-26 20:07:19 +08:00
manyeechen
8a5f06a834
npc:bump to 0.26.6 (#4033)
fix:
web重新显示id #453 #461 #475
客户端首次添加时限速问题
mux计算长度重复赋值
服务端启动可能卡住的问题 #470
web中丢失的服务器ip项
2020-03-26 20:05:33 +08:00
CN_SZTL
70b827cf14
kernel: AQC111 driver: add missing linkmode header 2020-03-26 20:00:08 +08:00
CN_SZTL
e2f1337e2d
Merge Official Source 2020-03-26 12:56:50 +08:00
CN_SZTL
863b16c609
luci-app-passwall: sync with upstream source 2020-03-26 12:51:29 +08:00
CN_SZTL
778e87e31d
luci-app-vssr: sync with upstream source# 2020-03-26 12:50:09 +08:00
Henrique de Moraes Holschuh
556b8581a1 dnsmasq: fix dnssec+ntp chicken-and-egg workaround (FS#2574)
Fix the test for an enabled sysntp initscript in dnsmasq.init, and get
rid of "test -o" while at it.

Issue reproduced on openwrt-19.07 with the help of pool.ntp.br and an
RTC-less ath79 router.  dnssec-no-timecheck would be clearly missing
from /var/etc/dnsmasq.conf.* while the router was still a few days in
the past due to non-working DNSSEC + DNS-based NTP server config.

The fix was tested with the router in the "DNSSEC broken state": it
properly started dnsmasq in dnssec-no-timecheck mode, and eventually ntp
was able to resolve the server name to an IP address, and set the system
time.  DNSSEC was then enabled by SIGINT through the ntp hotplug hook,
as expected.

A missing system.ntp.enabled UCI node is required for the bug to show
up.  The reasons for why it would be missing in the first place were not
investigated.

Signed-off-by: Henrique de Moraes Holschuh <henrique@nic.br>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
2020-03-25 21:40:51 +01:00
Henrique de Moraes Holschuh
f81403c433 dnsmasq: init: get rid of test -a and test -o
Refer to shellcheck SC2166.  There are just too many caveats that are
shell-dependent on test -a and test -o to use them.

Signed-off-by: Henrique de Moraes Holschuh <henrique@nic.br>
2020-03-25 21:39:20 +01:00
Jo-Philipp Wich
dd166960f4 uclient: update mirror hash
Fixes: 98017228dd ("uclient: bump to latest Git HEAD")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-25 19:34:34 +01:00
Jo-Philipp Wich
98017228dd uclient: bump to latest Git HEAD
af585db uclient-fetch: support specifying advertised TLS ciphers

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-25 19:32:18 +01:00
Jo-Philipp Wich
052aaa7c96 uhttpd: bump to latest Git HEAD
5e9c23c client: allow keep-alive for POST requests
5fc551d tls: support specifying accepted TLS ciphers

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-25 19:22:10 +01:00
Jo-Philipp Wich
cd23dc1d21 ustream-ssl: bump to latest Git HEAD
5e1bc34 ustream-openssl: clear error stack before SSL_read/SSL_write
f7f93ad add support for specifying usable ciphers

Also bump the ABI version since the layout of `struct ustream_ssl_ops`
changed.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-25 19:16:19 +01:00
Xiaofu
e8b81e48fe
luci-app-adbyby_plus: bugfix (#4020) 2020-03-26 00:42:04 +08:00
Mattraks
be1db7fd77
luci-app-ssr-plus:Fix update.lua (#4018) 2020-03-26 00:41:41 +08:00
AmadeusGhost
24272a4a36
simple-obfs: update to latest git head to fix build on gcc9 2020-03-26 00:39:58 +08:00
CN_SZTL
fb3632c8be
clash: remove outdated package 2020-03-26 00:22:33 +08:00
CN_SZTL
895f2a3789
luci-app-ssr-plus: fix define uci (fix project-openwrt/openwrt-latest#15) 2020-03-25 23:40:41 +08:00
CN_SZTL
95833b0dac
kernel: add aqc111 driver 2020-03-25 21:46:28 +08:00
lean
011d47320d
luci-app-ssr-plus: update china_ssr.txt 2020-03-25 21:43:25 +08:00
Koen Vandeputte
a264b0ca58
kernel: bump 5.4 to 5.4.25
Refreshed all patches.

Remove upstreamed:
- 950-0435-ASoC-pcm512x-Fix-unbalanced-regulator-enable-call-in.patch
- 701-stmmac-fix-notifier-registration.patch
- 0002-net-thunderx-workaround-BGX-TX-Underflow-issue.patch

Fixes:
- CVE-2020-8648 (potentially)
- CVE-2020-8647
- CVE-2020-8649

Compile-tested on: imx6
Runtime-tested on: imx6

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-25 20:25:22 +08:00
Koen Vandeputte
6879be602b
kernel: bump 4.19 to 4.19.110
Refreshed all patches.

Fixes:
- CVE-2020-8648 (potentially)
- CVE-2020-8647
- CVE-2020-8649

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-25 20:25:14 +08:00
Koen Vandeputte
7dedc8bfb5
kernel: bump 4.14 to 4.14.173
Refreshed all patches.

Remove upstreamed:
- 0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch

Fixes:
- CVE-2020-8648 (potentially)
- CVE-2020-8647
- CVE-2020-8649

Compile-tested on: cns3xxx, octeontx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-25 20:25:09 +08:00
CN_SZTL
640cd1bec4
subconverter: bump to latest git HEAD 2020-03-25 19:47:37 +08:00
CN_SZTL
256d3436f5
Kernel Modules/USB Net: add support for Aquantia AQtion USB to 5/2.5GbE Controllers 2020-03-25 19:36:15 +08:00
AmadeusGhost
dab7b45e5f ipq40xx: add switch led blink support 2020-03-25 19:29:47 +08:00
CN_SZTL
0b86dc8a1d
trojan: bump to 1.15.1 2020-03-25 19:18:22 +08:00
CN_SZTL
3dc3199b77
luci-app-passwall: sync with upstream source 2020-03-25 19:17:09 +08:00
CN_SZTL
b34416b495
luci-app-vssr: sync with upstream source 2020-03-25 19:15:57 +08:00
lean
6c4a608c17
luci-app-ssr-plus: return quic by default 2020-03-25 19:14:44 +08:00
Mattraks
a9c19a1cfd
v2ray: bump to V4.23.1 (#3979) 2020-03-25 19:14:14 +08:00
lean
6140a52020
luci-app-ssr-plus: force ssr-monitor to enable ssr-redir 2020-03-25 19:13:00 +08:00
ElonH
1f308a69e0
mt76: refresh patches 2020-03-25 19:02:31 +08:00
ElonH
baffc0df9a
luci-ap-filebrowser: more robust 2020-03-25 16:53:28 +08:00