Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.97 KB

README_zh.md

File metadata and controls

64 lines (50 loc) · 1.97 KB

luci-app-poweroff

GitHub release GitHub Releases Downloads

README | 中文文档

关于luci-app-poweroff

  • 这是一款在 OpenWrt 中对设备关机提供支持的Luci插件,允许用户进行设备关机。
  • 基于 OpenWrt 源码编译,支持Lede / 官方OpenWrt

快速使用

主程序

  • Release下载luci-app-poweroff_xxx.ipk
  • 上传ipk包至路由器
  • 使用opkg安装
opkg install luci-app-poweroff_*.ipk

多语言

提供中文语言包

  • 若需要中文语言包,从Release下载luci-i18n-poweroff-zh-cn_xxx.ipk包,上传至路由器安装
  • 上传ipk包至路由器
  • 使用opkg安装
opkg install luci-i18n-poweroff-zh-cn_*.ipk

编译

OpenWrt源码编译

下载OpenWrt源码

git clone https://github.com/openwrt/openwrt.git

更新feed

# 在OpenWrt根目录执行
./scripts/feeds update -a
./scripts/feeds install -a

同步项目源码

# 在OpenWrt根目录执行
cd ./package/feeds/luci/applications
git clone https://github.com/DongyangHu/luci-app-poweroff.git

编译

# 在OpenWrt根目录执行
make menuconfig
# 选择要编译的包 LuCI -> Applications -> luci-app-poweroff
make package/feeds/luci/applications/luci-app-poweroff/compile V=99

许可

luci-app-poweroff is licensed under Apache-2.0