forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ramips: add support for C-Life XG1 [WIFI6] (#10057) #12
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CPU: MediaTek MT7621AT Flash: Micron MT29F2G08ABAGAWP 128M RAM: 256 M WiFi: MT7915 2.4/5 GHz 2T2R Ethernet: 10/100/1000 Mbps x3 LED: Status (red / blue / white / green / purple / cyan) USB: 2.0 x 1 ZigBee/BlueTooth USB Audio: iec958 x 1 Button: Reset Power: DC 12V,1.5A 开启ssh方法: 打开网页:192.168.10.1,用户路由器底面标注的用户名密码完成登陆。 然后打开网页:http://192.168.10.1/cgi-bin/luci/admin/mtk/console,在命令行中输入以下命令: echo -en "root\nroot\n" | passwd 然后打开网页:http://192.168.10.1/cgi-bin/luci/pti/ssh_open 即可ssh登陆192.168.10.1,用户名root,密码root 刷入openwrt: 开启ssh后,上传breed-mt7621-xiaomi-r3g.bin到路由器/tmp目录。 然后使用下面命令刷入breed: mtd -r write /tmp/breed-mt7621-xiaomi-r3g.bin Bootloader 等待机器重启,等1分钟断开电源。 按住C-Life XG1机身正面的圆形IoT按钮(gpio 18),通电就能进入breed刷机.
Described as the hardware it supports.
Signed-off-by: aakkll <[email protected]> Signed-off-by: aakkll <[email protected]>
This reverts commit 2d2f20e.
It was reported on Turris forum [1] that HALNy HL-GSFP module does not work as it should with kernel 5.15. Russell King prepared this patch series, which fixes broken SFP module to work. Compile and run tested with Turris Omnia. [1] https://forum.turris.cz/t/hbl-turrisos-6-0-alpha2-halny-hl-gsfp-sfp-gpon-stick-problems/17547 Signed-off-by: Josef Schlehofer <[email protected]>
This patch was added in 09b086e ("kernel: add quirk for Huawei-compatible OEM SFP GE-T"). Add patch title, description and SoB to follow OpenWrt's developer guide for working patches to prepare it for being sent upstream. This patch should be discussed with Russell King and merged to Linux kernel. Co-authored-by: Josef Schlehofer <[email protected]> Signed-off-by: Daniel Golle <[email protected]>
Import patches from Linux v5.16 and v5.17 to get 2500Base-X SFP working again with mvneta driver after the generic phylink validate backport. Fixes: aab466f ("kernel: backport generic phylink validate") Signed-off-by: Daniel Golle <[email protected]>
Import patch from Linux 6.0. Signed-off-by: Daniel Golle <[email protected]>
Update host build of fiptool and use the new python sptool.py instead of the previous sptool executable. Signed-off-by: Daniel Golle <[email protected]>
The patch 921-mt7986-add-mmc-support.patch introduced by commit dabcaac ("mediatek: add mt7986 soc support to the target") has never been applied in a way that it would have any effect as it actually created a file target/linux/generic/patches-5.15/... in the kernel tree and was probably a patch intended to be applied to openwrt.git instead of being put into kernel patches folder as a file. As an upstream commit from vanilla Linux also adding support for MT7986 to the mtk-sd driver has already been included we can remove that old patch. Signed-off-by: Daniel Golle <[email protected]>
d70546462b7b mt76: fix 5 GHz connection regression on mt76x0/mt76x2 Signed-off-by: Felix Fietkau <[email protected]>
Signed-off-by: aakkll <[email protected]> Signed-off-by: aakkll <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CPU: MediaTek MT7621AT
Flash: Micron MT29F2G08ABAGAWP 128M
RAM: 256 M
WiFi: MT7915 2.4/5 GHz 2T2R
Ethernet: 10/100/1000 Mbps x3
LED: Status (red / blue / white / green / purple / cyan)
USB: 2.0 x 1
ZigBee/BlueTooth
USB Audio: iec958 x 1
Button: Reset
Power: DC 12V,1.5A
开启ssh方法:
打开网页:192.168.10.1,用户路由器底面标注的用户名密码完成登陆。
然后打开网页:http://192.168.10.1/cgi-bin/luci/admin/mtk/console,在命令行中输入以下命令:
echo -en "root\nroot\n" | passwd
然后打开网页:http://192.168.10.1/cgi-bin/luci/pti/ssh_open
即可ssh登陆192.168.10.1,用户名root,密码root
刷入openwrt:
开启ssh后,上传breed-mt7621-xiaomi-r3g.bin到路由器/tmp目录。
然后使用下面命令刷入breed:
mtd -r write /tmp/breed-mt7621-xiaomi-r3g.bin Bootloader
等待机器重启,等1分钟断开电源。
按住C-Life XG1机身正面的圆形IoT按钮(gpio 18),通电就能进入breed刷机.