Commit Graph

1911 Commits

Author SHA1 Message Date
SuLingGG
376abbc89e
Fix baidupcs-web file name to fit i386 device (#5263) 2020-08-06 13:10:43 +08:00
CN_SZTL
413d8692d0
linux: improve exFAT support (#5249)
* staging: remove staging exfat driver

This will be replaced with the driver found in newer kernels.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* exfat: add out of tree module

>From an email conversation with the person responsible for upstreaming
the exFAT driver, it seems the staging one in kernel 5.4 is not so
good. Excerpts below.

Namjae Jeon:
Hm... exfat in 5.4 kernel  that we did crap shit long time ago is
contributed by someone who we don't know.
This version is unstable and low quality code. We have been improving
it continuously.
and staging version exfat is removed from linux 5.7 kernel.

linux exfat oot  version is a backport of exfat in linux 5.7 kernel to
support lower version kernel, and it is a real.
You can see the patch history fro linux-exfat-oot.
this version support timezone and boot sector verification feature newly.
and better filesystem structure and much clean code quality that
reviewed by high profile kernel developers. and add many bug fixes.
And this version is officially maintained by me and kernel guys.

I would not recommend to use staging exfat version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* automount: switch exFAT driver to high performance ver

Co-authored-by: Rosen Penev <rosenp@gmail.com>
2020-08-05 19:39:06 +08:00
ricksuzade-maker
1b96532fcb
Bump wireguard to 1.0.20200729 (#5221) 2020-07-30 08:46:16 +08:00
CN_SZTL
093cfcf243
target/rockchip: drop ugly hacks (sync with official) (#5218) 2020-07-29 19:02:51 +08:00
lphgor
50a8e8f348
UnblockNeteaseMusicGo: bump to 0.2.4 (#5214) 2020-07-29 12:18:49 +08:00
acooler15
0a796c092b
add check and format 'security' parameter in function scan_app , and function connect_ap add bssid option (#5200)
* check and format security

* apcli add bssid option

* updat PKG_RELEASE to 16
2020-07-28 12:44:57 +08:00
AmadeusGhost
30decd5f30
ramips/mtwifi: disable bind apcli interface to lan by default (#5178)
The apcli interface can be bound to either lan or wan, so cancel the
default settings.
2020-07-26 15:02:08 +08:00
AmadeusGhost
6f156e443d
luci-app-mtwifi: add wifi relay support (#5168)
* luci-app-mtwifi: add wifi relay support

Source code: Nossiac/mtk-openwrt-feeds
Based on commit 'wireless: wext: remove ndo_do_ioctl fallback'

* luci-app-mtwifi: fix ap-scan failed

* luci-app-mtwifi: show overview when relay is enabled
2020-07-23 22:39:25 +08:00
Hugo Yuan
0866d17f4f
fix dnsmasq resolvfile path (#5159) 2020-07-22 16:43:42 +08:00
ricksuzade-maker
f5b06268b4
Bump v2ray-plugin to 1.3.4 (#5152) 2020-07-22 12:16:43 +08:00
coolsnowwolf
289e393763 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-07-20 22:49:03 +08:00
coolsnowwolf
4dbc650998 package: drop adbyby by default 2020-07-20 22:48:40 +08:00
z826540272
e68d170e60
Revert shadowsocksr-libev:reduce file size (#5147)
用来修复编译失败。
2020-07-20 16:47:53 +08:00
big fox tail
fb7752d159
openvpn: fix bug (#5130) 2020-07-19 13:55:49 +08:00
big fox tail
b04643026a
wget: prefer ipv4 than ipv6 (#5127) 2020-07-19 13:54:32 +08:00
SJZ
6e2f7ac729
Unblockmusic Cloud unlock Log output typo (#5105) 2020-07-17 10:54:46 +08:00
HiGarfield
fc0516eae7
openvpn: fix uci-defaults script (#5103)
修复防火墙端口号。用户如果设置自定义端口,例如1197,则升级固件时,需要uci查询用户设定的自定义端口号,然后打开防火墙端口。
2020-07-14 20:00:10 +08:00
ricksuzade-maker
90571f5db1
Bump wireguard to 1.0.20200712 (#5100) 2020-07-14 13:17:09 +08:00
Xiaok
ba2038499a
vlmcsd: bump version to svn1113-2020-03-28 (#5088) 2020-07-13 10:09:57 +08:00
AmadeusGhost
ed6be7ead9
gmediarender: fix compilation (#5070) 2020-07-12 11:56:40 +08:00
Jason Zang
00938c8e20
xlnetacc: adjust iface event handling strategy (#5076)
出于以下两个原因,调整快鸟服务对于iface事件的处理策略:
1. 快鸟服务跟随系统启动,ifup事件使快鸟服务重复启动,出现2个快鸟脚本运行实例(原始脚本对于重复运行的判断失效,原因未知)。修改为restart后可保证快鸟服务启动前关闭正在运行的快鸟服务。
2. ifdown事件后不应该立即停止快鸟服务。iface下线后,快鸟脚本无法访问快鸟服务器进行账户注销。未正常注销的账户在外部ip变动后重新上线会触发812错误(12或24小时内无法提速)。因此ifdown事件触发后不停止快鸟服务,而是等iface重新上线(网络恢复正常)后重启服务,以此保证账户注销流程可以正常进行。
2020-07-12 11:56:17 +08:00
AmadeusGhost
15b5fbbc0a
ramips: improve support for dir878/882 (#5058) 2020-07-10 11:58:12 +08:00
Charles Chin
74f1dce2c3
Add zh-cn po for luci-app-qBittorrent (#5057)
* translate `Open Web Interface`

* 打开管理页面自适应 http 和 https
2020-07-10 11:56:56 +08:00
Crazy365
a55cb52dcb
fix k3screenctrl depends (#5052)
解决target名称变化造成k3screenctrl无法选中编译问题
2020-07-09 18:01:26 +08:00
coolsnowwolf
9905c8cd15 luci-app-ipsec-vpnd: add strongswan-mod-kernel-libipsec 2020-07-08 16:49:39 +08:00
coolsnowwolf
dc46e107bc luci-app-webadmin: fix typo 2020-07-08 16:48:02 +08:00
coolsnowwolf
146bf0281a target: rip of ip6tables 2020-07-08 16:28:32 +08:00
AmadeusGhost
e3aad86a01
wireless-regdb: custom change txpower and dfs (#5036)
Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-07-08 15:22:44 +08:00
coolsnowwolf
37c63e9b3d ppp: add shellsync support 2020-07-08 14:45:43 +08:00
coolsnowwolf
170042c687 luci-app-flowoffload: remove kernel limite 2020-07-08 12:48:24 +08:00
coolsnowwolf
86d0c132f4 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-07-07 20:22:16 +08:00
coolsnowwolf
7f73591fbf x86: fix cpu temp info 2020-07-07 20:22:05 +08:00
NivalXer
74b263ba93
mwlwifi:add disable-amsdu patch (#5027) 2020-07-07 18:19:10 +08:00
AmadeusGhost
0c94245788
mtwifi: update dual 7615 config (Thx zmzhuai and MeIsReallyBa) (#5025) 2020-07-07 17:02:20 +08:00
coolsnowwolf
b1413474d4 Version update to R20.7.7 2020-07-07 12:43:25 +08:00
coolsnowwolf
3b4a069b2e package: remove some old pack 2020-07-07 12:38:06 +08:00
coolsnowwolf
bb51e8a978 coremark: bump version to 2020-05-28 2020-07-07 12:30:20 +08:00
coolsnowwolf
ea3f2b1f16 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-07-07 12:22:36 +08:00
coolsnowwolf
3ac0246ce9 automount:use antfs instead of ntfs-3g 2020-07-07 12:22:24 +08:00
AmadeusGhost
d8a77f3f19
shortcut-fe-cm: load only once to avoid panic (#5019) 2020-07-07 11:40:17 +08:00
coolsnowwolf
88aed2924e autocore: x86 change RPS/XPS handling to all CPUs 2020-07-06 16:13:07 +08:00
coolsnowwolf
351441834c uci: add uci_add_list method 2020-07-06 14:30:34 +08:00
accors
55d1d3733c
Update v2ray version to 4.26.0 (#4983) 2020-07-06 13:55:24 +08:00
ricksuzade-maker
24a2aed1d9
Bump v2ray-plugin to 1.3.3 (#5003)
Bump v2ray-plugin to the newest version.
2020-07-06 13:55:09 +08:00
coolsnowwolf
ed5938f061 linux-firmware: Update linux-firmware to 20200619 2020-07-06 13:51:25 +08:00
AmadeusGhost
6647c14b61
rampis: newifi3: adjust led settings (#4999) 2020-07-06 11:41:46 +08:00
Miracle1414
ac3a454edb
qBittorrent: bump to v4.2.5 (#5000) 2020-07-06 11:40:54 +08:00
coolsnowwolf
9c42b9f581 luci-app-unblockmusic: enable lossless for go version 2020-07-06 11:25:42 +08:00
coolsnowwolf
40c8226ff8 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-07-06 10:50:16 +08:00
coolsnowwolf
e7e044dc34 shortcut-fe: splite to 2 packges and rip off ipv6 2020-07-06 10:50:04 +08:00