- This is a Luci support for poweroff in OpenWrt, allow users to shut down their devices.
- Compile based on OpenWrt source code, support Lede / Official OpenWrt
- Download the package what name is
luci-app-poweroff_xxx.ipk
from Release - Upload the
ipk
package to your router - Install
ipk
package useopkg install
command
opkg install luci-app-poweroff_*.ipk
There is a Chinese language pack provided
- If you need, please Download the package what name is
luci-i18n-poweroff-zh-cn_xxx.ipk
from Release - Upload the
ipk
package to your router - Install
ipk
package useopkg install
command
opkg install luci-i18n-poweroff-zh-cn_*.ipk
Compile based on OpenWrt source code
git clone https://github.com/openwrt/openwrt.git
# Execute it in OpenWrt root directory
./scripts/feeds update -a
./scripts/feeds install -a
# Execute it in OpenWrt root directory
cd ./package/feeds/luci/applications
git clone https://github.com/DongyangHu/luci-app-poweroff.git
# Execute it in OpenWrt root directory
make menuconfig
# Select the package to be compiled. 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