找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888

[小米其它型号路由器] 【开源驱动】OpenWRT 21.02 原版for CR660X 添加常用插件

[复制链接]
发表于 2021-5-30 12:53 | 显示全部楼层
支持一下。、
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-2 17:56 | 显示全部楼层
真不错,源码我拿去编译试试
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-3 11:18 | 显示全部楼层
本帖最后由 home1256405082 于 2021-6-3 22:37 编辑

谢谢大佬的源码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-5 21:26 | 显示全部楼层
感谢大佬!看看
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-6 21:25 | 显示全部楼层
OpenWRT 21.02 原版for CR660X 添加常用插件
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-7 09:49 | 显示全部楼层
谢谢楼主分享 主要是Luci不支持 要支持就爽歪歪了 手动编辑后 Luci的wifi菜单设置就无用了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-7 10:04 | 显示全部楼层
lxqsteven 发表于 2021-6-7 09:49
谢谢楼主分享 主要是Luci不支持 要支持就爽歪歪了 手动编辑后 Luci的wifi菜单设置就无用了

luci前两天合并的代码正式支持ax了,但是还是用不了有问题
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-8 00:37 | 显示全部楼层
AngelaCool 发表于 2021-6-7 10:04
luci前两天合并的代码正式支持ax了,但是还是用不了有问题

估计是 没完善好呢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-8 08:38 | 显示全部楼层
lxqsteven 发表于 2021-6-8 00:37
估计是 没完善好呢

21.2的固件+18.6的luci,编译前先配置好ax,可以让无线页面正常修改ssid这些参数而不改变ax协议,新的luci保存应用完就不行
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-9 00:14 | 显示全部楼层
AngelaCool 发表于 2021-6-8 08:38
21.2的固件+18.6的luci,编译前先配置好ax,可以让无线页面正常修改ssid这些参数而不改变ax协议,新的luc ...

估计得等人家修复了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-11 14:25 | 显示全部楼层
下载查看安装
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-11 20:13 | 显示全部楼层
可否分享一下用作编译的 config 档?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-6-14 14:51 | 显示全部楼层
本帖最后由 hkal 于 2021-6-14 20:08 编辑

我从TB 买了个 CR6608,已经刷好了 pb-boot 和 openwrt。 问题是我不知道 pb-boot 是不是新版的 (卖家已经确认是旧版)。





我想先刷新版 pb-boot
路由启动进入 openwrt 后,我用 winscp 上传新版 pb-boot.img 去 路由 的 /tmp,然后执行:
  1. root@OpenWrt:/tmp# insmod mtd-rw i_want_a_brick=1
  2. Failed to find mtd-rw. Maybe it is a built in module ?
  3. root@OpenWrt:/tmp# mtd write /tmp/pb-boot.img Bootloader
  4. Could not open mtd device: Bootloader
  5. Can't open device for writing!
  6. root@OpenWrt:/tmp#
复制代码
估计现在的固件没有 kmod-mtd-rw。


如果我先刷 楼主的:
  1. openwrt-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin (经 pb-boot 刷入)
  2. openwrt-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin (openwrt luci 界面刷入)
复制代码
会不会因为 pb-boot 是旧版的而不能启动进入 openwrt ?



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2021-6-14 21:18 | 显示全部楼层
hkal 发表于 2021-6-14 14:51
我从TB 买了个 CR6608,已经刷好了 pb-boot 和 openwrt。 问题是我不知道 pb-boot 是不是新版的 (卖家已经 ...

旧OP中上传我的固件openwrt-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin到/tmp
  1. mtd -e firmware write /tmp/openwrt-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin firmware
复制代码

然后重启进入OP,上传新的pb-boot到/tmp
  1. insmod mtd-rw i_want_a_brick=1
  2. mtd write pb-boot.img Bootloader
复制代码

再重启路由器
现在已经更新完pb-boot和OP了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2021-6-14 22:15 | 显示全部楼层
AngelaCool 发表于 2021-5-26 20:48
luci的ax支持,有人提交的代码https://github.com/openwrt/luci/pull/5070

现在已经支持了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-3-29 06:10

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表