Commit Graph

47435 Commits

Author SHA1 Message Date
LEAN-ESX
13baa5ff7b
adbyby: add missing x64 depend 2020-03-07 20:27:37 +08:00
LEAN-ESX
c3f3eb8c4b
luci-app-adbyby-plus: fix global filter works with unlock music 2020-03-07 20:27:24 +08:00
CN_SZTL
60deaee533
Merge Lean's source 2020-03-07 00:49:22 +08:00
LEAN-ESX
c6b5d3bbe3
UnblockNeteaseMusicGo: bump version 2020-03-07 00:25:48 +08:00
CN_SZTL
8bfacdaaf0
k3wifi: add new driver 2020-03-06 23:14:54 +08:00
AmadeusGhost
a592124692 Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()"
This reverts commit 15a0701cdd.
2020-03-06 23:08:27 +08:00
CN_SZTL
e0f2b657f5
luci-app-unblockneteasemusic: remove useless config 2020-03-06 20:37:54 +08:00
CN_SZTL
f50d3ec0a0
luci-app-unblockneteasemusic: bump to 2.8-2 2020-03-06 20:28:30 +08:00
CN_SZTL
e1a840a557
luci-app-unblockneteasemusic-go: fix fs 2020-03-06 20:26:35 +08:00
CN_SZTL
3be2daa0b3
luci-app-passwall: sync with upstream source 2020-03-06 20:24:06 +08:00
CN_SZTL
5d8ee03dfb
gotop: add package 2020-03-06 20:10:39 +08:00
CN_SZTL
b72addf637
Merge Official Source 2020-03-06 20:10:12 +08:00
CN_SZTL
008085f550
luci-app-233ddns: bump to v1.0-3 2020-03-06 18:20:57 +08:00
LEAN-ESX
33467e9ac7
luci-app-ssr-plus: add Trojan udp relay IPv6 support 2020-03-06 18:20:50 +08:00
LEAN-ESX
0afb486e0e
luci-app-ssr-plus: socks listens on IPv6 2020-03-06 18:20:40 +08:00
CN_SZTL
29eded6a6c
luci-app-unblockmusic: fix dependency 2020-03-06 17:10:54 +08:00
CN_SZTL
235cdfeaae
Merge Lean's source 2020-03-06 16:29:27 +08:00
LEAN-ESX
b890508f6f
luci-app-ssr-plus: let dns2socks as option 2020-03-06 15:09:34 +08:00
LEAN-ESX
336b5ee040
luci-app-unblockmusic: less error log 2020-03-06 15:06:55 +08:00
CN_SZTL
970734a40e
Merge Lean's source 2020-03-06 14:04:29 +08:00
CN_SZTL
6bd0b94b15
Merge Lean's source 2020-03-06 14:04:06 +08:00
DENG Qingfang
a017773a92 ncurses: update to 6.2
Update ncurses to 6.2

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-05 20:48:58 +01:00
CN_SZTL
3298b7c401
luci-app-openclash: fix bug 2020-03-06 00:09:41 +08:00
coolsnowwolf
ab78f30c2c
luci-app-vlmcsd: Fix misspellings (#3574) 2020-03-05 22:55:46 +08:00
CN_SZTL
7bde1687e2
smartdns: add twnic dns server 2020-03-05 22:55:26 +08:00
CN_SZTL
70495fe968
luci-app-unblockneteasemusic-go: add missing dependency 2020-03-05 22:54:59 +08:00
CN_SZTL
98b96b1452
Merge Lean's source 2020-03-05 21:56:58 +08:00
CN_SZTL
eb5b681772
smartdns: bump to latest git HEAD 2020-03-05 20:42:49 +08:00
LEAN-ESX
2af2a34fae
luci-app-ssr-plus: add socks5 missing po 2020-03-05 20:18:46 +08:00
LEAN-ESX
85e16ae47e
luci-app-ssr-plus: can enable socks5 access for wan (option) 2020-03-05 20:18:32 +08:00
Adrian Schmutzler
a508ab1ac8 ramips: increase spi-max-frequency to 50 MHz for D-Link DIR-810L
Read times drop when increasing frequency to 25 MHz and 50 MHz,
but not in between or for further increase. So, use 50 MHz as the
lowest frequency with the fastest speed.

Test results (thanks to Roger):

The device reports a mx25l6405d flash chip. I tried all the maximum
values in the devices' datasheet (Table 10. AC CHARACTERISTICS). All of
them worked with and without "m25p,fast-read":

> 10 MHz
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    1m 33.00s
user    0m 0.01s
sys    1m 7.56s

> 25 MHz
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 34.42s
user    0m 0.02s
sys    0m 23.58s

> 25 MHz, fast read
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 34.45s
user    0m 0.02s
sys    0m 23.59s

> 33 MHz
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 34.39s
user    0m 0.00s
sys    0m 23.60s

> 33 MHz, fast read
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 34.46s
user    0m 0.01s
sys    0m 23.62s

> 50 MHz
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 26.81s
user    0m 0.01s
sys    0m 18.25s

> 50 MHz, fast read
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 26.84s
user    0m 0.00s
sys    0m 18.25s

> 66 MHz
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 26.80s
user    0m 0.01s
sys    0m 18.23s

> 66 MHz, fast read
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 26.80s
user    0m 0.02s
sys    0m 18.23s

> 86 MHz
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 26.84s
user    0m 0.01s
sys    0m 18.24s

> 86 MHz, fast read
root@OpenWrt:~# time cat /dev/mtd* > /dev/null
real    0m 26.80s
user    0m 0.02s
sys    0m 18.23s

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2020-03-05 12:53:50 +01:00
Adrian Schmutzler
938bc57a45 ramips: fix and tidy up DTS for D-Link DIR-810L
This patch addresses several issues for D-Link DIR-810L:

- add correct button codes
- harmonize button node names
- use generic flash@0
- remove unused pin groups from state_default
- improve sorting of properties

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2020-03-05 12:53:35 +01:00
Adrian Schmutzler
6b7a525a72 ramips: fix partition offset for D-Link DIR-810L
The Jffs2 partition for the D-Link DIR-810L is currently off by
0x10000. Apply the correct offset based on the other partitions'
size/offset and the information about stock OS from the Wiki.

This is just based on the named information and _not_ verified
on device.

Fixes: 36e3424fa5 ("ramips: add support for dir810l and asus rp-n53")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2020-03-05 12:53:23 +01:00
Adrian Schmutzler
bdd4153b0e ipq806x: add newline at the end of qcom-ipq8064-v1.0.dtsi
The file does not have a newline at the end. Add it to apply to
common style.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-03-05 12:53:14 +01:00
Adrian Schmutzler
74cbc44086 ipq40xx: fix support of EnGenius EAP2200
This fixes a typo in the device string for MAC address setup in
02_network and corrects the indent in the device's DTS files.

While at it, move the aliases section before the keys section to
have it closer to the top of the file.

Fixes: a736d912e2 ("ipq40xx: add support for EnGenius EAP2200")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-03-05 12:53:06 +01:00
CN_SZTL
c4d4f5ad98
luci-app-openclash: sync with upstream source 2020-03-05 19:06:11 +08:00
CN_SZTL
aed8c0e660
luci-app-vssr: sync with upstream source 2020-03-05 19:05:52 +08:00
CN_SZTL
f4ddbc00fe
luci-app-ssr-plus-Jo: sync with upstream source 2020-03-05 19:05:28 +08:00
CN_SZTL
4eafa63a28
luci-app-serverchan: sync with upstream source 2020-03-05 19:05:15 +08:00
CN_SZTL
f8594e6833
luci-app-passwall: sync with upstream source 2020-03-05 19:05:00 +08:00
CN_SZTL
bcba9c9a19
Merge Official Source 2020-03-05 19:01:21 +08:00
CN_SZTL
6f60d4f3b2
Merge Lean's source 2020-03-05 18:57:27 +08:00
Adrian Schmutzler
6e80df5e33 ramips: add support for NETGEAR R6700v2/AC2400
SoC: MediaTek MT7621AT
RAM: 256M DDR3
FLASH: 128M NAND
WiFi: MediaTek MT7615N an+ac
MediaTek MT7615N bgn
ETH: MediaTek MT7621AT
BTN: 1x Connect (WPS), 1x WLAN, 1x Reset
LED: Power (white/amber), WAN(white/amber), 2.4G(white), 5G(white),
USB(white) , GuestWifi(white) 4x LAN(white/amber), Wifi Button(white),
WPS Button(white)

Installation:

Login to netgear webinterface and flash factory.img

Based on a discontinued GitHub Pull Request by
kuyokushin <codenamezero@protonmail.com>

https://github.com/openwrt/openwrt/pull/2545

NOTE: Netgear R6700 v2 have five clones: R6900 v2, R7450, Nighthawk
AC2400, Nighthawk AC2100 and already added R6800. Rest of them  should
be really easy supportable. Image for R6700v2 should work perfectly with
them. Please refer:

https://github.com/openwrt/openwrt/pull/2614

Tested-by: Víctor Gibrán <victorgibranmz@hotmail.com> [R6700v2]
Tested-by: John Landrum <jl31m10@yahoo.com> [AC2400]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
[add guest led to mt7621_netgear_r6700-v2.dts end edit commit message]
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
2020-03-04 23:02:46 +01:00
Pawel Dembicki
4e9317201d ramips: mt7621: add support for Netgear R6800
This patch adds support for the Netgear R6800, aka Netgear AC1900 and
R6800-100PES.

Specification:
- SoC: MediaTek MT7621AT (880 MHz)
- Flash: 128 MiB NAND
- RAM: 256 MiB
- Wireless: MediaTek MT7615EN b/g/n , MediaTek MT7615EN an+ac
- LAN speed: 10/100/1000
- LAN ports: 4
- WAN speed: 10/100/1000
- WAN ports: 1
- USB 2.0
- USB 3.0
- Serial baud rate of Bootloader and factory firmware: 57600

Known issues:
- Device has 3 wifi LEDs: Wifi 5Ghz, Wifi 2.4Ghz and Wifi on/off.
  Wifi on/off is not used.

Installation:
- apply factory image via stock web-gui.

Back to stock:
- nmrpflash can be used to recover to the stock Netgear firmware.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
2020-03-04 23:02:46 +01:00
Kevin Darbyshire-Bryant
3251ac8f2d dnsmasq: bump to v2.81rc1
1st release candidate for v2.81 after 18 months.

Refresh patches & remove all upstreamed leaving:

110-ipset-remove-old-kernel-support.patch

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-04 20:44:23 +00:00
LEAN-ESX
caf9d50f6b
luci-app-ssr-plus: change socks client auth method 2020-03-04 23:13:40 +08:00
CN_SZTL
d760bd6960
Revert "x86:add Intel Quick Sync Video hardware encoding and decoding support"
This reverts commit e13bc21eb5.
2020-03-04 23:11:48 +08:00
CN_SZTL
fa1929fc80
luci-app-unblockneteasemusic-mini: bump to v1.2-7 2020-03-04 22:54:52 +08:00
CN_SZTL
bdea6162e4
luci-app-clash: bump to 1.6.0b 2020-03-04 20:44:55 +08:00
CN_SZTL
5e1bc1062c
luci-app-passwall: sync with upstream source 2020-03-04 20:42:32 +08:00