hanwckf
b298e36452
update defconfig
2023-11-23 19:48:01 +08:00
padavanonly
b4316271e8
Mediatek:Fix GL.inet mt2500 hnat port setting ( #172 )
2023-11-23 18:19:51 +08:00
hanwckf
ea37177e3a
mediatek: platform.sh: remove unused mtk_mmc_do_upgrade
2023-11-21 22:25:31 +08:00
padavanonly
850894a6e6
mediatek:correct nums of lan ports
2023-11-21 22:20:20 +08:00
padavanonly
7edbdbbf68
mediatek:add suport for gl-mt6000 and tp-xdr608x
2023-11-21 22:20:20 +08:00
padavanonly
bcd46e3b1d
mediatek:add support for rtl8221x
2023-11-21 22:20:20 +08:00
potatoigit
a5c5eef119
mediatek: fix emmc sysupgrade on MT7986 ( #169 )
2023-11-20 14:48:14 +08:00
padavanonly
1e3e270dca
mediatek:fix netcore n60 lan ( #166 )
2023-11-20 14:48:06 +08:00
hanwckf
4a1f0eb31b
mediatek: fix asr3000 lan order
...
fix #159
2023-11-16 21:41:12 +08:00
padavanonly
65fb5f0767
mediatek: add support for Netcore N60 ( #165 )
...
* add netcore n60 support
* revert to old wifi firmware
---------
Co-authored-by: padavanonly <padavanonly@github.com>
2023-11-16 21:33:32 +08:00
secd4ck
d63a69e0d2
fixed mt7981 platform.sh introduced Tabs by Aabandon ( #163 )
2023-11-16 18:52:35 +08:00
Aabandon
194443120a
mediatek: add support for Xiaomi AX3000T ( #160 )
2023-11-15 20:38:11 +08:00
abettmr
ea63ce92bc
asr3000: fix mesh-led gpio
2023-11-15 15:07:20 +08:00
potatoigit
e1b4487fbc
mediatek: fix BPI-R3 EMMC support ( #157 )
2023-11-11 22:32:43 +08:00
Zy143L
1814465e22
add C8-660(WT9103) 512M Flash && fixs DTS ( #155 )
...
* add nradio wt9103 support
* add C8-660(WT9103) 512M Flash && fixs DTS
2023-11-11 21:25:03 +08:00
potatoigit
c915c12f5c
mediatek: BPI-R3 EMMC support
2023-11-11 21:24:29 +08:00
potatoigit
38c8c837fc
mediatek: initial Banana Pi R3 Mini support
2023-11-11 21:24:29 +08:00
benboguan
358c1fa651
mediatek: fix clt-r30b1 ( #148 )
2023-10-31 11:28:39 +08:00
hanwckf
e6ea2ba32a
mediatek: dts: fix typo
2023-10-26 11:21:06 +08:00
hanwckf
08c62ad2d0
mediatek: fix ct3003, jcg q30 hnat settings
2023-10-26 00:20:43 +08:00
Zy143L
33f15e3224
add nradio wt9103 support
2023-10-25 14:55:22 +08:00
Tianling Shen
6f822de5e2
mediatek: initial cmcc a10 support
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-22 01:24:20 +08:00
Tianling Shen
8d8f0f3ec6
mediatek: update device title for cmcc rax3000m
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-19 17:43:37 +08:00
Tianling Shen
0713c653e7
mediatek: add ABT ASR3000 support
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-19 17:43:37 +08:00
Tianling Shen
508bcfdfc5
mediatek: fix target features for mt798x
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-16 15:00:51 +08:00
Tianling Shen
f78d2e13cf
mediatek: initial cmcc rax3000m emmc support
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-16 15:00:51 +08:00
Tianling Shen
586d18ac5b
mediatek: create shared dtsi for cmcc rax3000m
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-16 15:00:51 +08:00
hanwckf
bacf9165dc
mediatek: hnat: set ipv6 local out skb with hnat_alg mark
...
fix #9
2023-10-06 09:17:17 +08:00
hanwckf
101adeccce
mediatek: rax3000m: add usb-rndis packages
2023-09-25 22:35:22 +08:00
lgs2007m
ebd1ad3d16
mediatek: fix the incorrect network port sequence of CMCC RAX3000M ( #123 )
2023-09-22 18:00:36 +08:00
ssm1588
bc37b40aaf
mediatek: fix the incorrect network port sequence of the redmi AX6000 ( #121 )
2023-09-22 01:09:53 +08:00
developer
e01037de5b
[Description]
...
Add spinlock mechanism for mtk_rmw api.
1. When multiple threads operate on the same register resource
which include multiple pins, it will make the register resource
wrong to control. So we add spinlock to avoid this case.
[Release-log]
This patch adds spinlock mechanism to protect mtk_rmw. Without it,
you may suffer from some unexpected problems such as race conidtion
while interrupt occured. And this will lead to pin setting fail.
Hence, we strongly recommand you to merge this patch in your code
base.
Change-Id: I1128dc16cb683b89c2cd9f9138f32552abb00400
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7962757
2023-09-10 00:00:54 +08:00
developer
b4298172e7
[Description]
...
Change original pinctrl fix-up commit:
https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7007454
Convert patches-5.4 to file-5.4 format to prevent RDKB issue.
[Release-log]
N/A
Change-Id: Id534ae5244c7c52d2c50e468f8208ee1991421c0
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7021354
2023-09-09 23:50:05 +08:00
hanwckf
9f1ba10976
mediatek: fix spi bus width prop name in dts
2023-09-08 15:13:55 +08:00
abandon-xyz
5eeadb4ce4
mediatek: KONKA KOMI A31: fix check sysupgrade image failed ( #110 )
2023-08-31 23:55:39 +08:00
benboguan
912deb4379
mt7981: add clt-r30b1 support ( #107 )
...
参考原厂固件修改
2023-08-26 00:30:07 +08:00
developer
5dc2111716
[Description]
...
Add solution of CH395, which is an ethernet IC chip
from WCH company, to dsa, gsw for mt7981, mt7986.
1. For dsa, CR will be written in mediatek_ge.c
2. For gsw, CR will be written in mt7531.c
3. Enable mt7986 mediatek_ge.c config
[Release-log]
This patch will adjust RX min/max gain. Without this patch,
it may cause a link up fail for CH395 chip under 100Mbps.
In order to enhance the stability of your products,
it's better to merge this patch in your codebase.
Change-Id: If07b4ffc060defb5460ecf98339c1cdd3520a128
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7858068
2023-08-21 02:06:45 +08:00
hanwckf
a65e09d263
kernel: mtd: fix winbond w25nXXkv series
2023-08-17 13:21:58 +00:00
hanwckf
4e02dc25b2
mediatek: add zh-cn i18n packages
2023-08-13 12:13:15 +08:00
hanwckf
59e6d5f909
Merge branch 'openwrt-21.02' of https://github.com/immortalwrt/immortalwrt into openwrt-21.02
2023-08-12 07:30:04 +00:00
Tianling Shen
9dc5245046
mediatek: add Imou LC-HX3001 support ( #105 )
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-08-10 16:12:03 +08:00
Tianling Shen
12f16fb68a
kernel: bump to 5.4.252
...
Removed upstreamed patches:
- generic/backport-5.4/711-v6.3-bgmac-fix-initial-chip-reset-to-support-BCM5358.patch
- bcm53xx/patches-5.4/043-v6.5-0003-ARM-dts-BCM5301X-Drop-clock-names-from-the-SPI-node.patch
Manually rebased:
- generic/hack-5.4/952-net-conntrack-events-support-multiple-registrant.patch
Refreshed all patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-08-09 20:24:39 +08:00
hanwckf
9c7feea3e0
hnat: show hnat hook status with seqfile instead of pr_info
2023-08-07 21:44:03 +08:00
abandon-xyz
7268ecd1fa
mediatek: add support for KONKA KOMI A31 ( #102 )
2023-08-05 21:12:33 +08:00
developer
b64b3c1805
[Description]
...
Fix the conditions for adding vlan info.
When eth1.x -> wifi, packets cannot be forwarded through the HW path.
(due to with wrong HNAT vlan info)
The patch fix it.
[Release-log]
N/A
Change-Id: Id9e02493157bfc2f3a4dbf046be127cd491f9b17
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7778652
2023-08-01 12:04:34 +08:00
hanwckf
b0360ffa94
mediatek: add support for H3C NX30 Pro
2023-08-01 02:10:06 +08:00
abu9
69794b4861
[][Kernel][hnat][Fix log print level in foe_clear_entry] ( #101 )
...
[Description]
Fix log print level in foe_clear_entry.
There are too many logs when neighbor update,
the logs should be printed on debug level.
[Release-log]
N/A
Change-Id: Ic9b75aa5da33f1ab1f398408811487f72ba9f29b
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7709249
2023-07-31 21:52:26 +08:00
hanwckf
10b5a7d734
target: remove luci-app-turboacc, luci-app-cpufreq in default packages
2023-07-28 10:07:25 +08:00
hanwckf
cbbfa996aa
mediatek: rax3000m: build automount by default
2023-07-27 21:38:03 +08:00
hanwckf
af4f0aac91
mediatek: rax3000m: fix mesh button label and input type
2023-07-27 20:26:44 +08:00