OpenWrt使用教程

OpenWrt项目是针对嵌入式设备的Linux操作系统。OpenWrt提供具有包管理功能的完全可写文件系统,并允许您通过使用软件包来定制设备以适合任何应用程序。

The OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned.

固件下载

官方原版固件

koolshare固件

OpenWrt下载

SuLingGG云编译固件

安装

Building...

必备插件

luci-i18n-base-zh-cn

luci-i18n-opkg-zh-cn

注意:仅官方版需要

常用命令

更改IP

vi /etc/config/network
命令 备注
i 编辑模式
esc 退出编辑模式
:wq 保存
reboot 重启

更改主题

vi /etc/config/luci

更改 option mediaurlbase

参考资料

美丽应用