lean
9621c35447
ramips: cr660x switch to DSA network driver
2021-09-23 16:21:27 +08:00
AmadeusGhost
69b0f1cf68
ramips: add support for JCG JHR-AC945M ( #7900 )
...
Hardware specs:
SoC: MediaTek MT7621AT
Flash: SPI NOR 16MB
RAM: DDR3 256MB
2.4GHz: MT7615N bgn 4x4
5GHz: MT7615N nac 4x4
Ethernet: 1 x WAN and 4 x LAN
USB: 1 x 3.0
Button: Reset, WPS
Unsupported chips:
ATMEGA328P-AU
HCLTEK HT1621B
Flash instructions:
Upload factory.bin in stock firmware's upgrade page.
Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2021-09-23 00:46:42 +08:00
AmadeusGhost
fe5786bfa4
ramips: msg1500: switch to ralink-eth driver
...
It seems that dsa is not stable on this machine...
2021-09-13 11:29:04 +08:00
AmadeusGhost
781f8a604b
ramips: msg1500: fixes error mac address
...
Fixes: b27f77f ("ramips: add support for RAISECOM MSG1500")
Signed-off-by: AmadeusGhost <amadeus@openjmu.xyz>
2021-09-13 11:21:04 +08:00
AmadeusGhost
f4659685c5
ramips: mt7621: devices typo fixes
...
Fixes: a3c941d ("ramips: add ZTE e8820s support")
2021-09-13 11:16:32 +08:00
Chen Minqiang
a70fee5f7d
ramips: add xiaomi_miwifi-r3 support
...
Specification:
- CPU: 580 MHz
- Flash size: 128 MiB NAND
- RAM size: 128 MiB DDR2
- Wireless No1: SoC-integrated: MT7620A 2x2 MIMO 802.11b/g/n (2.4 GHz)
- Wireless No2: On-board chip: MT7612E 2x2 MIMO 802.11a/n/ac (5 GHz)
- Switch: MT7620 built-in 10/100 switch w/ vlan support
- USB: 2.0 x1
Fixes : #7841
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2021-09-13 11:09:46 +08:00
喃南下
b27f77f431
ramips: add support for RAISECOM MSG1500 X.00 ( #7808 )
2021-09-06 21:17:23 +08:00
coolsnowwolf
a3c941d126
ramips: add ZTE e8820s support
2021-09-04 15:23:48 +08:00
AmadeusGhost
ec446374ab
ramips: hc5962: switch to use ralink-eth driver ( #7580 )
2021-08-04 11:38:05 +08:00
coolsnowwolf
90810371f9
ramips: cr660x add switch support
2021-07-30 23:46:39 +08:00
AmadeusGhost
6006596973
ramips: mt7621: add back switch support ( #7560 )
...
Based-on: https://github.com/x-wrt/x-wrt
2021-07-30 21:39:12 +08:00
coolsnowwolf
807e8e4f29
ramips: add Mediatek EIP93 Crypto Engine for MT7621 SoC
2021-07-28 10:25:30 +08:00
coolsnowwolf
65068ed984
Revert "treewide: convert mtd-mac-address-increment* to generic implementation"
...
This reverts commit 82d9b3e2c48a012278fef883dd72ca6db706ba09.
2021-07-23 00:29:52 +08:00
coolsnowwolf
82d9b3e2c4
treewide: convert mtd-mac-address-increment* to generic implementation
2021-07-23 00:20:32 +08:00
AmadeusGhost
5e34f40296
ramips: improve support for dlink and xiaomi devices ( #7370 )
...
* ramips: dlink_dir-8xx-a1: switch to breed partition
* ramips: improve support for cr660x
2021-07-13 21:11:06 +08:00
coolsnowwolf
3625a73046
ramips: switch to kernel 5.10
2021-07-13 00:37:50 +08:00
lean
7a50383ab6
add kernel 5.10 support and sync with upstream
2021-06-14 18:30:08 +08:00
AmadeusGhost
213f55ba58
ramips: xiaomi cr6606: increase firmware partition size ( #6915 )
2021-06-02 12:56:38 +08:00
AmadeusGhost
c07e97d809
ramips: add support for JCG Q20 ( #6850 )
...
JCG Q20 is an AX 1800M router.
Hardware specs:
SoC: MediaTek MT7621AT
Flash: Winbond W29N01HV 128 MiB
RAM: Winbond W632GU6NB-11 256 MiB
WiFi: MT7915 2.4/5 GHz 2T2R
Ethernet: 10/100/1000 Mbps x3
LED: Status (red / blue)
Button: Reset, WPS
Power: DC 12V,1A
Flash instructions:
Upload factory.bin in stock firmware's upgrade page,
do not preserve settings.
Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2021-05-21 13:44:01 +08:00
AmadeusGhost
6df341b33c
ramips: xiaomi cr6606: typo fixes ( #6770 )
2021-04-28 13:04:55 +08:00
lean
87f0b29a20
ramips: add support for Xiaomi Mi Router CR660x series
2021-04-27 22:58:52 +08:00
CN_SZTL
b484f2eeb3
Revert "Add broken-flash-reset flag to Youku YK-L1" ( #6408 )
...
This reverts commit 90bd81e0991046927634bf74830ec1c835d83e85.
The commit 90bd81e099 is a duplicate of b132179c89.
Fixes : #6388
Fixes : #6406
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-02-21 12:30:04 +08:00
whc2001
90bd81e099
Add broken-flash-reset flag to Youku YK-L1 ( #6372 )
...
Add broken-flash-reset flag to Youku YK-L1 so soft reboot would work on the original 32MB flash.
2021-02-16 23:02:21 +08:00
AmadeusGhost
b132179c89
ramips: remove obsolete mx25l25635f compatible hack ( #6380 )
...
The kernel bump to 5.4 has removed the mx25l25635f hack, and the
mx25l25635f compatible is no longer required.
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Co-authored-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2021-02-16 23:00:28 +08:00
noire11
0de1301c53
ramips: use mt proprietary driver for Netgear R6800 ( #6324 )
...
* ramips: use mt proprietary driver for Netgear R6800
Signed-off-by: noire11 <noire.wei@gmail.com>
* Merge branch 'master' of https://github.com/noire11/lede
2021-02-11 09:19:39 +08:00
AmadeusGhost
18d284b238
ramips: re-added phicomm k2p 32m version ( #6235 )
2021-01-23 19:23:18 +08:00
ericsnow911
f9e5242f90
Update mt7621_xiaomi_mir3p.dts ( #6170 )
2021-01-10 14:49:52 +08:00
lean
b039772c02
Revert "ramips: add support for Phicomm K2P 32M flash version ( #5861 )"
...
This reverts commit 632b36be3969f2fd47555e0c74bfecf23c6e2273.
2021-01-08 22:57:12 +08:00
lean
f6381d2094
revert: fix k2p 32m reboot problems
2021-01-08 22:55:29 +08:00
dreamcmi
ba907056db
add glinet-mt1300 support ( #6142 )
...
* 添加glinet-mt1300支持
* 优化更新mt1300支持
2021-01-04 22:40:47 +08:00
AmadeusGhost
f0da89a98b
ramips: fix k2p 32m reboot problems ( #6085 )
2020-12-23 12:30:07 +08:00
练亮斌
632b36be39
ramips: add support for Phicomm K2P 32M flash version ( #5861 )
2020-12-02 14:33:00 +08:00
AmadeusGhost
73e554dab2
ramips: add support for JCG Y2 ( #5815 )
...
JCG Y2 is an AC1300M router
Hardware specs:
SoC: MediaTek MT7621AT
Flash: Winbond W25Q128JVSQ 16MiB
RAM: Nanya NT5CB128M16 256MiB
2.4GHz: MT7615D 2x2
5GHz: MT7615D 2x2
Ethernet: 1 x WAN and 4 x LAN
LED: POWER, INTERNET, 2.4G, 5G
USB: 1 x 3.0
Button: Reset
Flash instructions:
Upload factory.bin in stock firmware's upgrade page.
Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-11-21 13:36:02 +08:00
AmadeusGhost
8de358af76
ramips: XiaoYu-C5: reuse ralink-eth driver ( #5605 )
...
* treewide: remove support for 'DEVICE_COMPAT' variable
This commit removes support for the DEVICE_COMPAT variable due to it
requires relatively few changes.
* Revert "ramips: disable PORT 5 MAC RX/TX flow control by default"
The TX/RX flow control is not the cause of the TX timeouts issue
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* ramips: net/mediatek fix logical error
fe_empty_txd() should return `tx_ring_size - 1` on ring empty, and
return 0 on ring full.
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* ramips: net/mediatek disable eee
This disable eee for mt7530 ports, it causes the link down/up
issue, which happens when connecting to 100Mbit switch
Fixes: FS#1449
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* ramips: XiaoYu-C5: reuse ralink-eth driver
Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-10-07 23:20:11 +08:00
DoveKi
85808a075c
ramips: use mt proprietary driver for XiaoMI MI R4 ( #5244 )
2020-08-05 19:40:13 +08:00
AmadeusGhost
1e8536f117
ramips: improve ac2100/dir882 support ( #5136 )
2020-07-19 19:09:26 +08:00
AmadeusGhost
0635250cda
ramips/mt7621: re-added hwnat support for kernel 5.4 ( #5120 )
...
* ramips: mt7621.dtsi: add missing pinctrl to ethernet node
Add rgmii1_pins (1st GMAC) and mdio_pins to ethernet node
pinctrl to ensure they are set to correct mode
* ramips: kernel: ralink-eth support mt7621
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* ramips: some devices use ralink-eth driver
Also re-added mt7621 hwnat support for some devices.
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: AmadeusGhost <amadeus@openjmu.xyz>
* ramips/mt7621: re-added hwnat support
Co-authored-by: LGA1150 <dqfext@gmail.com>
Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-07-18 01:02:11 +08:00
AmadeusGhost
15b5fbbc0a
ramips: improve support for dir878/882 ( #5058 )
2020-07-10 11:58:12 +08:00
coolsnowwolf
1eb3eac387
ramips: fix dts name
2020-07-08 23:03:33 +08:00
hyy-666
345a201394
ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600 ( #5035 )
...
* ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600
* ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600
* ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600
Co-authored-by: hyy-666 <hyiy666@gmail.com>
2020-07-08 16:23:05 +08:00
coolsnowwolf
df073244ab
ramips:improve R6850 support
2020-07-04 00:13:20 +08:00
doveki
d83f9cd545
ramips: mt7621: update Xiaomi Mi Router 4
2020-07-03 16:04:48 +08:00
AmadeusGhost
6b8c4c3bbb
ramips: re-add devices and use wpad-openssl
...
Re-add devices: XiaoMi Wifi R3/R4/AC2100, JDCloud
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-07-03 12:06:27 +08:00
coolsnowwolf
33abeff31c
Sync to snapshot kernel 5.4 version
2020-07-02 23:30:56 +08:00
doveki
0d171461ff
ramips: mt7621: add support for Xiaomi Mi Router 4
2020-06-25 20:54:14 +08:00
AmadeusGhost
5240af2247
ramips: add support for Xiaomi R2100 (Black)
2020-06-21 16:09:39 +08:00
coolsnowwolf
cd6e66d6e1
ramips:improve R6850 support
2020-05-23 00:14:36 +08:00
NivalXer
5ae70efb04
ramips: add support for Linksys EA7500 v2 ( #4646 )
...
* ramips: add support for Linksys EA7500 v2
* fix build
* fix build
* update build config
2020-05-22 10:53:12 +08:00
coolsnowwolf
de279cbd29
ramips: unlock Bootloader for Redmi AC2100
2020-05-09 15:36:49 +08:00
AmadeusGhost
1a44b8d74f
ramips: fix build error ( #4508 )
2020-05-02 07:30:25 +08:00