Tianling Shen and Hauke Mehrtens
cc6c3a6ee8
mediatek: add support for OpenEmbed SOM7981
...
Hardware specification:
SoC: MediaTek MT7981B 2x A53
Flash: 256 MiB SPI-NAND, 32 GB eMMC optional
RAM: 0.5/1 GB DDR4
Ethernet: 1x 1GbE, 1x 2.5GbE (RTL8221B)
WiFi: MediaTek MT7976C
USB: 1x USB 3.0
GPIO: 26-Pin header
UART: 6 GND, 8 TX, 10 RX (in Pin header)
Button: Reset, WPS
Power: Type-C PD
Installation:
The board comes with a third-party custom OpenWrt image, you can upload
sysupgrade image via LuCI directly WITHOUT keeping configurations.
Or power on the board with pressing reset button for 5 second, then visit
http://192.168.1.1 and upload -factory.bin firmware.
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-31 20:20:59 +02:00
Tianling Shen
259611692d
Merge Official Source
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-16 13:57:23 +08:00
Tianling Shen
f6a1194762
kernel: add missing Kconfig symbol
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-15 18:30:24 +08:00
Tianling Shen
54d15151ac
Merge Official Source
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-15 14:46:40 +08:00
Tianling Shen
a6953b26fd
mediatek: 6.6: add immortalwrt hacks
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-14 22:08:45 +08:00
Tianling Shen
6daee84602
generic: 6.6: add immortalwrt hacks
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-14 22:08:11 +08:00
Tianling Shen
d04f8cf11f
generic: 6.6: add more missing Kconfigs
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-14 22:07:23 +08:00
Tianling Shen
01bf2bdda1
Merge Official Source
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-09 13:53:56 +08:00
Tianling Shen
9880d4a680
Merge Official Source
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2024-03-07 17:30:56 +08:00
Tianling Shen
9951c5ad9e
Revert "rockchip: backport upstream usbdrd3 patches"
...
This reverts commit 1573543492 .
This is not stable yet, and has some issues when detects USB devices.
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2021-04-06 19:58:20 +08:00
Tianling Shen
55ab7dacb6
Merge Official Source
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2021-04-05 19:41:49 +08:00
Tianling Shen
d639503929
luci-app-ssr-plus: drop ipt2socks-alt from the dependencies
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2021-03-17 14:05:15 +08:00
Tianling Shen
9b735afe3e
Merge Official Source
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2021-03-17 13:45:26 +08:00
Tianling Shen
fc7d0009b1
shadowsocks-rust: drop UPX support
...
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2021-03-15 16:48:18 +08:00
Tianling Shen
6759625d03
Revert "shadowsocks-rust: fix hash key for aarch64 binary"
...
This reverts commit cadf4698d0 .
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2021-03-13 11:32:21 +08:00
Tianling Shen and CN_SZTL
fbe88f5790
rockchip: use vendor driver for NanoPi R4S
...
However, mainline driver doesn't work very well on RTL8111
devices, so let's move to vendor driver for better performance.
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2021-01-09 16:56:45 +08:00
93512049e6
rockchip: overclock to 2.2/1.8 GHz for NanoPi4 devices
...
It's stable enough to overclock cpu frequency to 2.2/1.8 GHz,
and for better performance.
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
Co-authored-by: gzelvis <gzelvis@gmail.com >
2020-12-28 22:23:21 +08:00
Tianling Shen and CN_SZTL
b1c482bfc0
rockchip: fixes re-boot with UHS cards
...
Some boards have SD card connectors where the power rail cannot be switched
off by the driver. If the card has not been power cycled, it may still be
using 1.8V signaling after a warm re-boot. Bootroms expecting 3.3V signaling
will fail to boot from a UHS card that continue to use 1.8V signaling.
Set initial signal voltage in mmc_power_off() to allow re-boot to function.
This fixes re-boot with UHS cards on Asus Tinker Board (Rockchip RK3288),
same issue have been seen on some Rockchip RK3399 boards.
Backport from https://lore.kernel.org/linux-rockchip/AM3PR03MB09664161A7FA2BD68B2800A7AC620@AM3PR03MB0966.eurprd03.prod.outlook.com/
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
2020-12-28 22:23:09 +08:00
259cf3b7e3
rockchip: add NanoPi R4S support
...
Hardware
--------
RockChip RK3399 ARM64 (6 cores)
1GB DDR3 or 4GB LPDDR4 RAM
2x 1000 Base-T
3 LEDs (LAN / WAN / SYS)
1 Button (Reset)
Micro-SD slot
2x USB 3.0 Port
Installation
------------
Uncompress the OpenWrt sysupgrade and write it to a micro SD card using
dd.
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
Co-authored-by: Jensen Huang <jensenhuang@friendlyarm.com >
Signed-off-by: Jensen Huang <jensenhuang@friendlyarm.com >
Co-authored-by: Marty Jones <mj8263788@gmail.com >
Signed-off-by: Marty Jones <mj8263788@gmail.com >
2020-12-27 14:00:31 +08:00
a599926a53
uboot-rockchip: add NanoPi R4S support
...
Add support for the FriendlyARM NanoPi R4S.
Signed-off-by: Tianling Shen <cnsztl@gmail.com >
Co-authored-by: Jensen Huang <jensenhuang@friendlyarm.com >
Signed-off-by: Jensen Huang <jensenhuang@friendlyarm.com >
Co-authored-by: Marty Jones <mj8263788@gmail.com >
Signed-off-by: Marty Jones <mj8263788@gmail.com >
2020-12-27 14:00:31 +08:00
Tianling Shen
049f877922
ddns-scripts_aliyun/dnspod: rename service files
2020-12-27 12:15:59 +08:00
Tianling Shen
9db9bdf57b
AdGuardHome: remove upstreamed package
2020-12-26 11:25:09 +08:00
Tianling Shen
a2fa23c234
luci-app-adbyby-plus: sync with upstream source
2020-12-26 00:12:43 +08:00
Tianling Shen
aa78b76e08
Merge Official Source
2020-12-25 19:11:13 +08:00
Tianling Shen
2d24f3eee7
luci-proto-minieap: add package
2020-12-25 19:04:42 +08:00
Tianling Shen
625a3c9e83
OpenClash: bump to v0.41.13-beta
2020-12-25 18:38:24 +08:00
Tianling Shen
c98cf04893
autocore-arm: bug fixes
2020-12-23 22:57:30 +08:00
CN_SZTL and CN_SZTL
c9ae01084a
libcryptopp: bump to 8.2.0
2020-08-03 03:18:05 +08:00
CN_SZTL and CN_SZTL
ba3133f06b
subconverter: use cmake to compile
2020-04-09 13:36:12 +08:00
CN_SZTL
60deaee533
Merge Lean's source
2020-03-07 00:49:22 +08:00
CN_SZTL
8bfacdaaf0
k3wifi: add new driver
2020-03-06 23:14:54 +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
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
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
CN_SZTL
3298b7c401
luci-app-openclash: fix bug
2020-03-06 00:09:41 +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
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
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
CN_SZTL
1b951f7c02
luci-app-ssr-plus: fix typo
2020-03-04 18:48:15 +08:00
CN_SZTL
a48fb53da2
luci-app-smartdns: switch to JavaScript version
2020-03-04 18:45:42 +08:00
CN_SZTL
dcf46b5601
Merge Lean' source
2020-03-04 18:35:35 +08:00
CN_SZTL
e3628a37b0
luci-app-gost: add packages
2020-03-04 17:58:38 +08:00
CN_SZTL
e519ba00a2
Merge Lean's source
2020-03-04 15:02:21 +08:00
CN_SZTL
8782ce26c8
luci-app-vssr: sync with upstream source
2020-03-04 12:20:17 +08:00
CN_SZTL
1fb7b958aa
luci-app-ssr-plus-Jo: sync with upstream source
2020-03-04 12:19:58 +08:00
CN_SZTL
eb76dc2347
luci-app-passwall: sync with upstream source
2020-03-04 12:18:30 +08:00
CN_SZTL
766b7c3a60
luci-app-serverchan: sync with upstream source
2020-03-04 12:18:15 +08:00
CN_SZTL
a7d5817b8c
Merge Official Source
2020-03-04 11:38:14 +08:00
CN_SZTL
8dfcb1de35
OpenAppFilter: sync with upstream source
2020-03-03 15:33:23 +08:00
CN_SZTL
c925344519
luci-app-passwall: sync with upstream source
2020-03-03 15:32:14 +08:00
CN_SZTL
e9e934ec7c
luci-app-ssr-plus-Jo: sync with upstream source
2020-03-03 15:31:47 +08:00
CN_SZTL
cfa6d39d63
luci-app-vssr: sync with upstream source
2020-03-03 15:31:18 +08:00
CN_SZTL
52372e8c27
luci-app-serverchan: sync with upstream source
2020-03-03 15:30:43 +08:00
CN_SZTL
cff374bc8f
OpenClash: sync with upstream source
2020-03-03 15:30:20 +08:00
CN_SZTL
39ec79d1a5
rtl88x2bu/rtl8821cu: add packages
2020-03-03 14:33:08 +08:00
CN_SZTL
d786db597d
luci-app-v2ray-server: fix v2ray server killed by ssr plus
2020-03-03 14:32:34 +08:00
CN_SZTL
20f984d376
package lienol: sync packages
2020-03-03 11:52:46 +08:00
CN_SZTL
a2cac47083
chinadns-ng: bump to 1.0-beta.16
2020-03-03 11:51:32 +08:00
CN_SZTL
4901ccf5c0
luci-app-ssr-plus:support socks5 node username/password auth method
2020-03-03 11:50:39 +08:00
CN_SZTL
95a8510ab2
Merge Official Source
2020-03-03 11:09:24 +08:00
CN_SZTL
e8521d6891
CONTRIBUTED.md: update
2020-03-03 10:56:15 +08:00
CN_SZTL
88f87fb20b
Merge Lean's source
2020-03-03 10:05:58 +08:00
CN_SZTL
684c89a934
smartdns: refresh DNS servers
2020-03-03 10:03:44 +08:00
CN_SZTL
9882b97bf3
Merge Lean's source
2020-03-02 20:59:20 +08:00
CN_SZTL
e229035c61
Merge Official Source
2020-03-02 17:50:44 +08:00
CN_SZTL
83c41b4b62
luci-app-cpufreq: add cpufreq luci for ipq40xx by @coolsnowwolf
2020-03-02 16:31:41 +08:00
CN_SZTL
fad657cacb
kernel/5.4: fix label err_unlock used but not defined
2020-03-01 21:13:07 +08:00
CN_SZTL
b0115b00b7
kernel/5.4: add IMQ support
2020-03-01 20:59:57 +08:00
CN_SZTL
e35b881882
luci-app-vssr: bump to v1.16-r4
2020-03-01 20:48:50 +08:00
CN_SZTL
921b23f2a3
luci-app-ssr-plus-Jo: bump to v150-r5
2020-03-01 20:48:17 +08:00
CN_SZTL
95a04250f3
luci-app-passwall: sync with upstream source
2020-03-01 20:47:38 +08:00
CN_SZTL
4708efd746
Merge Official Source
2020-03-01 16:03:13 +08:00
CN_SZTL
756ba41b87
luci-app-cpulimit: delete useless function
2020-03-01 16:00:29 +08:00
CN_SZTL
d652ed3dc1
Merge Lean's source
2020-03-01 15:59:36 +08:00
CN_SZTL
454c3e5e9b
Merge Official Source
2020-03-01 01:51:57 +08:00
CN_SZTL
6babbadc9d
UnblockNeteaseMusic-Go: bump to 0.1.6
2020-02-29 20:05:26 +08:00
CN_SZTL
2ed5e9be67
target: add luci-lib-fs
2020-02-29 19:50:12 +08:00
CN_SZTL
8673811d55
Merge Official Source
2020-02-29 19:27:39 +08:00
CN_SZTL
34e2d6ee01
luci-app-vssr: sync with upstream source
2020-02-29 19:17:48 +08:00
CN_SZTL
4ff46118eb
luci-app-ssr-plus-Jo: sync with upstream source
2020-02-29 19:17:24 +08:00