Daniel Golle
91c48cd6f6
ugps: nmea: fix time comparision
...
Fix bug causing system time to be set over and over again, and causing
massive log pollution.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-30 12:00:25 +08:00
AmadeusGhost
64b3974593
Merge Lean's source
2020-04-29 17:35:14 +08:00
Felix Fietkau
7411cf939e
mt76: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-04-29 17:28:51 +08:00
AmadeusGhost
244a0f8574
Revert "kernel: bump 4.14 to 4.14.177"
...
This reverts commit 89c18f5335 .
2020-04-29 17:25:11 +08:00
AmadeusGhost
4b53337af7
ipq40xx: correct device packages ( #4450 )
2020-04-29 13:32:07 +08:00
lunatickochiya
11848e8b43
shadowsocksr-libev:reduce file size ( #4467 )
...
参数来源:c54a826086 (diff-517378957dd5ecc51358b1ae79836edb)
经测试,对于ssr也可以优化
测试平台:ar71xx ramips
2020-04-28 13:58:13 +08:00
coolsnowwolf
cbba577f6d
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-04-27 12:50:13 +08:00
coolsnowwolf
4787dbaf3c
mac80211: ath10k: increase rx buffer size to 2048
2020-04-27 12:49:57 +08:00
Chuck
55e06fdb00
dropbear: only bind lan by default ( #4456 )
2020-04-27 12:31:07 +08:00
coolsnowwolf
a818d7e5da
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-04-27 12:30:33 +08:00
coolsnowwolf
404ec5fa84
ipq40xx: adjust pacakge
2020-04-27 12:30:22 +08:00
AmadeusGhost
40f24da8a7
Merge Lean's source
2020-04-27 09:28:51 +08:00
Matt Merhar
774e8f6a51
kernel: backport fix for non-regular inodes on f2fs
...
Upstream commit dda9f4b9ca ("f2fs: fix to skip verifying block address
for non-regular inode").
On 4.14, attempting to perform operations on a non-regular inode
residing on an f2fs filesystem, such rm-ing a device node, would fail
and lead to a warning / call trace in dmesg. This fix was already
applied to other kernels upstream - including 4.19, from which the patch
was taken.
More info at https://bugzilla.kernel.org/show_bug.cgi?id=202495 .
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2020-04-27 09:05:18 +08:00
Lucian Cristian
3e32ce5e59
uboot-envtools: update to 2020.04
...
also revert to directly download the archive from https
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-27 09:00:56 +08:00
Lucian Cristian
c467605aa0
tools/mkimage: update to 2020.04
...
also change the download source to https and add a mirror
drop merged patches
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
[Add extra changes to compile on FreeBSD, merge two patches]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-27 08:56:26 +08:00
Lucian Cristian
9edf88448e
u-boot.mk: switch download to https
...
ftp can cause problems on some networks switch primary download location
to https and add another mirror
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-27 08:55:20 +08:00
Luiz Angelo Daros de Luca
befbdc3fd8
gdb: disable gdbserver for arc
...
Although gdb is supported, gdbserver is still not.
checking whether gdbserver is supported on this host... no
Build breaks as gdbserver executable is not found during packaging.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-27 08:54:34 +08:00
Yangbo Lu
9da88d82c9
perf: build with NO_LIBCAP=1
...
Build with NO_LIBCAP=1. This is to resolve build issue.
Package perf is missing dependencies for the following libraries:
libcap.so.2
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
2020-04-27 08:53:56 +08:00
Mattraks
a561416254
v2ray-plugin:Add GOPROXY support ( #4421 )
2020-04-27 00:57:24 +08:00
coolsnowwolf
b0fd180162
Revert "mac80211 ath10k: increase rx buffer size to 2048"
...
This reverts commit 2c0a9d403e .
2020-04-26 16:37:04 +08:00
coolsnowwolf
9206d58b34
luci-app-ipsec-vpnd: fix outboud rules with some China android phones
2020-04-26 16:20:39 +08:00
coolsnowwolf
fcfde03578
UnblockNeteaseMusic: update search api
2020-04-26 16:09:40 +08:00
coolsnowwolf
4306c245cf
generic: fix flow table hw offload
2020-04-26 15:36:41 +08:00
coolsnowwolf
f43d194449
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-04-26 15:28:01 +08:00
coolsnowwolf
2c0a9d403e
mac80211 ath10k: increase rx buffer size to 2048
2020-04-26 15:27:50 +08:00
wybb
ceb6d06fd0
fix xlnetacc logout ( #4422 )
...
迅雷快鸟openwrt的原作者项目:https://github.com/sensec/luci-app-xlnetacc/blob/master/files/root/etc/init.d/xlnetacc
原项目并没有采用kill -9的强杀方式
lean项目中迁移后的版本使用kill -9会导致不能正确注销,从而产生如下问题。
1、luci 快鸟web界面中切换从“启用”切换为“不启用”后,短期内无法停止提速效果(因为只是强杀xlnetacc.sh)
2、强杀将导致未注销就丢失了最近一次的sessionid(该变量为xlnetacc.sh的临时变量,强杀后就丢失了)。根据迅雷快鸟的官方规则,在前一次未注销的情况下,假如ip变化,那么新ip在24小时内将无法再次加速。
所以导致了在
a.重启路由
b.重启光猫
c.重新插拔光猫网线
d.web界面中手工停用快鸟后又进行了重新拨号
这些操作都将导致24小时内无法再次提速
原始项目中采用不加-9的kill能够安全发送信号导致注销操作
2020-04-26 15:25:46 +08:00
AmadeusGhost
aac401fc39
lantiq: sync official source code
2020-04-25 18:29:43 +08:00
CN_SZTL
9446333d6e
luci-app-sfe: drop outdated option
2020-04-25 12:28:59 +08:00
AmadeusGhost
c5b7a0d3a4
package: lantiq/layerscape: sync upstream source code
2020-04-25 11:55:38 +08:00
R3pl4c3r
a7664194db
README.md: Add dependent package for Ubuntu 20.04 ( #4432 )
2020-04-25 11:08:22 +08:00
CN_SZTL
0d6d3fd5d8
kernel: bump 4.19 to 4.19.118
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 11:08:19 +08:00
CN_SZTL
89c18f5335
kernel: bump 4.14 to 4.14.177
...
Fixes:
- CVE-2020-11669
Remove upstreamd:
- 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
- 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch
Refresh all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 10:18:50 +08:00
CN_SZTL
d55af8f091
scripts/download.pl: fix typo
2020-04-25 08:16:20 +08:00
CN_SZTL
05b71f090b
mt76: refresh patches
2020-04-25 08:14:12 +08:00
CN_SZTL
0ddb22c585
kernel: bump 4.9 to 4.9.220
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 08:06:59 +08:00
AmadeusGhost
c129b6304c
mt76: add mt7615-common
2020-04-24 11:25:42 +08:00
ElonH
02a16ed461
baidupcs-web: add architecture dependence
2020-04-23 18:17:38 +08:00
ElonH
c844c2ef7f
AdGuardHome: add architecture dependence
2020-04-23 18:17:38 +08:00
ElonH
c3cc95a1b3
verysync: add architecture dependence
2020-04-23 18:17:38 +08:00
ElonH
637fd485a3
dnscrypt-proxy-full: add architecture dependence
2020-04-23 18:17:37 +08:00
ElonH
d97fb67bf3
npc: add architecture dependence
...
fix https://github.com/project-openwrt/openwrt-latest-isco/issues/138
2020-04-23 18:17:37 +08:00
ElonH
debc16f7d9
filebrowser: add architecture dependence
2020-04-23 18:17:36 +08:00
AmadeusGhost
463b6ac050
mac80211: fixed slow wireless startup ( #4420 )
...
* hostapd: reduce to a single instance per service
* mac80211: sync upstream source code
* iw: bump to 5.4
2020-04-23 16:42:46 +08:00
ElonH
528a781cef
mentohust: more robust in makefile
...
fix #146
2020-04-23 14:24:09 +08:00
ElonH
6cc3e77a2d
libpcap: fix prefix path
2020-04-23 14:24:08 +08:00
CN_SZTL
d713bda74f
Revert "generic: fix flow table hw offload"
...
This reverts commit b36ae2bdc6 .
2020-04-23 11:29:37 +08:00
CN_SZTL
e957fd98fd
redsocks2: drop test code
2020-04-23 11:15:04 +08:00
CN_SZTL
c349c067af
redsocks2: fix compatible with openssl 1.1.x, support reuseport
2020-04-23 10:48:29 +08:00
CN_SZTL
fc7ff01576
openssl: bump to 1.1.1g ( #4415 )
...
Fixes NULL dereference in SSL_check_chain() for TLS 1.3, marked with
high severity, assigned CVE-2020-1967.
Ref: https://www.openssl.org/news/secadv/20200421.txt
Cherry-pick from openwrt/openwrt@3773ae1 .
Also add mirror for mainland China user in this commit.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
Co-authored-by: Petr Štetiar <ynezz@true.cz>
2020-04-23 10:47:31 +08:00
John Crispin
b36ae2bdc6
generic: fix flow table hw offload
...
Make the driver work with recent upstream changes.
Signed-off-by: John Crispin <john@phrozen.org>
2020-04-23 06:24:14 +08:00