ZhenYu
d1e791952a
dockerman: fix depends select ( #3321 )
2020-02-25 13:46:09 +08:00
AmadeusGhost
01ab5cf3c9
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )
...
* kernel: bump 4.14 to 4.14.171
Refreshed all patches.
Fixes:
- CVE-2013-1798
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.105
Refreshed all patches.
Fixes:
- CVE-2013-1798
- CVE-2019-3016
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.106
Refreshed all patches.
Remove upstreamed:
- 950-0786-leds-pca963x-Fix-open-drain-initialization.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump to 4.9.214, 4.14.171, 4.19.106
Co-authored-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-02-25 12:24:44 +08:00
ZhenYu
14fa91284f
dockerman: fix path issue ( #3319 )
2020-02-25 12:24:28 +08:00
LEAN-ESX
af49c5a0c8
luci-app-ssr-plus: fix typo
2020-02-24 18:53:57 -08:00
LEAN-ESX
7c51d571a5
luci-app-ssr-plus: add max 128 threads support for AMD Ryzen 3990x
2020-02-24 18:20:06 -08:00
LEAN-ESX
9655c39078
luci-app-ssr-plus: add trojan multiple instance support
2020-02-24 18:14:03 -08:00
LEAN-ESX
faae4fd125
trojan: add reuse port support
2020-02-24 17:57:09 -08:00
ZhenYu
7e7c0534f5
dockerman: fix luci entry display ( #3316 )
...
* dockerman: fix luci entry display
* Makefile: detoxify
* trap by author
* Revert "dockerman: fix luci entry display"
This reverts commit c46638a3ce
.
to keep minimal changes
2020-02-25 09:50:28 +08:00
LEAN-ESX
3190a157f8
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-02-24 09:21:52 -08:00
LEAN-ESX
fd84fdf2bf
build: add g++-multilib linux-libc-dev:i386
2020-02-24 09:21:40 -08:00
Hugo Yuan
62704eac0a
UnblockNeteaseMusic: bump to 0.24.1 (flac support)( #3311 )
2020-02-25 00:18:01 +08:00
ZhenYu
ef9d5f9ec1
dockerman: merge lisaac's commits ( #3308 )
...
* luci-lib-docker: merge lisaac's commits:
* last commit:
df1588052311069b95e3e567621cc9d125bd1b54
* luci-app-dockerman: merge lisaac's commits:
* last commit:
86e354f18b0c95bc168d9266a7c1137ce4a988f0
2020-02-25 00:17:29 +08:00
LEAN-ESX
30d8784a09
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-02-24 08:14:05 -08:00
LEAN-ESX
cb467a865d
luci-app-ssr-plus: fix stop running after main server node missing after subscribe
2020-02-24 08:13:36 -08:00
haxc
3cde517a11
ath79: add support for TP-Link TL-WR882N/WR885N/WR886N ( #3307 )
...
* ath79: add support for TP-Link TL-WR882N/WR885N/WR886N
This adds support for the various clones of the TL-WR885N recently
supported ("ath79: add support for TP-Link TL-WR885N v1"):
- tplink,tl-wr882n-v1
- tplink,tl-wr882n-v2
- tplink,tl-wr882n-v3
- tplink,tl-wr885n-v1
- tplink,tl-wr885n-v2
- tplink,tl-wr886n-v2
- tplink,tl-wr886n-v3
- tplink,tl-wr886n-v4
- tplink,tl-wr886n-v5
- tplink,tl-wr886n-v6
- tplink,tl-wr886n-v7
These devices are cloned in ar71xx. All models added in this patch are the same hardware CPU
WR885n V2 was tested.
Specifications:
- SOC: Qualcomm Atheros TP9343-AL3A
- CPU: 750MHz
- Flash: 2 MiB (AH1446 25Q16BS1G E5N102)
- RAM: 16 MiB (Zentel A3S28D40JTP-50)
- WLAN: Qualcomm Atheros TP9343 450Mbps
- Ethernet: Atheros AR8228/AR8229 4 port (100M)
添加TP9343芯片的路由器型号支持,TL-WR882N/WR885N/WR886N系列
* ath79: add support for MerCury MW4530R v1
重新添加水星MW4530R路由器支持
2020-02-24 21:31:36 +08:00
LEAN-ESX
3cd0262cd0
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-02-24 05:30:42 -08:00
LEAN-ESX
bab4aee9fb
luci-app-unblockmusic: enable FLAC unlocked
2020-02-24 05:29:37 -08:00
AmadeusGhost
f98ac45a63
ramips: fix mmc driver ( #3285 )
...
Since commit f8c55dc ("MIPS: use generic dma noncoherent ops for
simple noncoherent platforms") changed MIPS dma handling, the mmc
driver fails because it doesn't have a dma mask is set.
So set the correct dma mask.
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Co-authored-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-24 20:26:25 +08:00
ntlf9t
c9f2c9c472
Update v2ray_server ( #3265 )
...
减少日志生成
2020-02-22 22:08:47 +08:00
coolsnowwolf
e70658a51e
automount: revert to ntfs-3g
2020-02-22 19:37:14 +08:00
coolsnowwolf
b67976c246
readline: curses link
2020-02-22 16:00:57 +08:00
coolsnowwolf
75a885d425
luci-app-dnspod: remove out-of-date package
2020-02-22 14:42:08 +08:00
Max Zhao
62ec3bfa9d
luci-app-ssr-plus: support custom url to update chnroute ( #3221 )
...
* luci-app-ssr-plus: support custom url to update chnroute
* Update ssr-plus.po
* Update update.lua
* Update advanced.lua
* Update Makefile
Co-authored-by: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com>
2020-02-22 12:45:34 +08:00
AmadeusGhost
d268405cb9
ramips: sync source code ( #3260 )
...
This commit sync ramips source code from openwrt master.
1. ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default
2. ramips: allow to set switchdev by board in ramips_set_preinit_iface
3. kernel: fix typos in KernelPackage description
2020-02-22 12:39:52 +08:00
LGA1150
445949adbf
ramips: add JD-Cloud router support ( #3239 )
...
* generic: support mtd-mac-address-ascii
It supports formats of both 001122334455 and 00:11:22:33:44:55
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* ramips: add JDCloud
Co-authored-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-02-22 12:26:41 +08:00
coolsnowwolf
5e271e43e3
luci-app-adbyby-plus: less debug logs
2020-02-22 12:22:01 +08:00
coolsnowwolf
97700ac6f6
luci-app-adbyby-plus: fix checked date display
2020-02-22 12:19:55 +08:00
coolsnowwolf
e5a18fdcf6
ncurses: Do not pass both -fPIC and -fpic
2020-02-22 12:03:35 +08:00
coolsnowwolf
073faf0741
luci-app-adbyby-plus: rewrite mem running mode
2020-02-22 01:08:05 +08:00
coolsnowwolf
37ba200723
wireless-regdb: move patch
2020-02-21 21:25:39 +08:00
coolsnowwolf
8cb3f52340
wireless-regdb: Make it build with python2 or python3
2020-02-21 19:28:40 +08:00
coolsnowwolf
5635bfee3a
samba4: add python 3.5+ build support
2020-02-21 18:36:51 +08:00
coolsnowwolf
1c4ae206b8
target: add zerotier by default
2020-02-21 14:30:58 +08:00
AmadeusGhost
e5f08410e0
adjust build script ( #3235 )
...
* download.pl: add jsDelivr mirror for GitHub and add utsc mirrors
* m520: fix 'hlos' not found
* dependence: add python3
* netfilter: Revert delete support for kernel 4.9
* scons: move to packages feed
2020-02-21 11:55:07 +08:00
coolsnowwolf
272b716f60
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-02-21 11:48:27 +08:00
coolsnowwolf
16fa7ac9cc
wireless-regdb: bump to 2019.06.03
2020-02-21 11:48:14 +08:00
CN_SZTL
3d8261a225
luci-app-unblockneteasemusic-mini: fix typo error ( #3231 )
2020-02-21 02:52:54 +08:00
coolsnowwolf
7c2ac8f94c
luci-app-unblockneteasemusic-mini: change name
2020-02-21 02:50:51 +08:00
coolsnowwolf
9f8000a6d6
sync build script for OpenWrt 19.07
2020-02-21 02:41:00 +08:00
coolsnowwolf
6561323807
luci-app-ssr-plus: allowInsecure default on
2020-02-20 21:20:16 +08:00
coolsnowwolf
104f01fb0c
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-02-20 21:14:22 +08:00
coolsnowwolf
35b3616c50
add luci-app-unblockneteasemusic-mini by default
2020-02-20 21:13:54 +08:00
Shuanglei Tao
3999bcc728
srelay: fix build on none linux os ( #3223 )
2020-02-20 20:13:18 +08:00
coolsnowwolf
30ffdb3f2a
luci-app-ssr-plus: add custom DNS setting for Netflix etc
2020-02-20 16:54:11 +08:00
trackycn
b3e90d7d68
v2ray server support empty username and password for socks and http protocol ( #3203 )
2020-02-20 16:13:39 +08:00
CN_SZTL
4605165ed2
luci-app-unblockneteasemusic-mini: add package ( #3218 )
...
* luci-app-unblockneteasemusic-mini: add package
* Update Makefile
* Update unblockneteasemusic-mini
Co-authored-by: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com>
2020-02-20 16:12:24 +08:00
coolsnowwolf
1f34a3c94b
luci-app-ssr-plus: auto-switch sortable
2020-02-20 15:47:10 +08:00
coolsnowwolf
9fedd2b379
smartdns: remove package and luci
2020-02-20 11:02:12 +08:00
coolsnowwolf
25dd637650
luci-app-ssr-plus: add subscribe auto-switch setting
2020-02-20 10:44:14 +08:00
coolsnowwolf
06f2f56860
luci-app-ssr-plus: keep user's auto-switch setting after subscribe update
2020-02-20 01:10:50 +08:00