Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

This repository uses a template for building OpenWrt with GitHub Actions by P3TERX

License

Notifications You must be signed in to change notification settings

astolfogit/miwifi-r3-production

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions-OpenWrt

LICENSE

This repository contains releases of X-WRT for Mi Router 3 (mt7620) | Этот репозиторий содержит релизы X-WRT для Mi Router 3 (mt7620)

Guide in English - how to get ssh access, install X-WRT and so on

Includes support for PPPoE, WPA3, 3G/4G dongles (e.g. Huawei E3372), USB drives (NTFS, EXT4, exFAT and FAT32 file systems supported) | Включает в себя поддержку PPPoE, WPA3, 3G/4G модемов, USB флешек (NTFS, EXT4, exFAT и FAT32 файловые системы поддерживаются)

Установка:

  • Получаем доступ по SSH - гайд
  • Скопировать файлы openwrt-xxx-kernel1.bin и openwrt-xxx-rootfs0.bin на флешку, отформатированную в FAT32. Для удобства можно их переименовать в kernel1.bin и rootfs0.bin. Вставить флешку в роутер.
  • В консоли вводим:

nvram set flag_last_success=1

nvram set boot_wait=on

nvram set uart_en=1

nvram commit

cd /extdisks/sda1

mtd write kernel1.bin kernel1

mtd write rootfs0.bin rootfs0

reboot

  • Через несколько минут интерфейс будет доступен по адресу 192.168.15.1
  • Последующие обновления файлом openwrt-xxx-sysupgrade.bin в интерфейсе во вкладке System -> Backup / Flash Firmware -> Flash new firmware image
  • В случае неудачи - возврат на сток через UART.

Acknowledgments

License

MIT © P3TERX

About

This repository uses a template for building OpenWrt with GitHub Actions by P3TERX

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages