blob: c647595665e98c3069c142f554f04c0348b9b776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# luci-app-advanced-reboot
`luci-app-advanced-reboot` is a LuCI (web interface) application for OpenWrt that provides an easy way to reboot your router into an alternative firmware partition (for dual-partition devices) or perform other advanced reboot operations directly from the web UI.
## Features
- Detects supported dual-partition devices.
- Displays current and alternative firmware details.
- Allows rebooting into the alternative partition without using SSH.
- Supports switching between OpenWrt and vendor firmware (if present).
## Installation
You can install this package from the official OpenWrt package repositories or from the Melmac OpenWrt repository:
```sh
opkg update
opkg install luci-app-advanced-reboot
```
## Documentation
Full documentation is available at:
[https://docs.openwrt.melmac.ca/luci-app-advanced-reboot/](https://docs.openwrt.melmac.ca/luci-app-advanced-reboot/)
## License
This project is licensed under the terms of the GNU General Public License v3.0 (GPL-3.0).
|