Merge pull request #2462 from cshoredaniel/luci-rad2-pass-go-fix
[project/luci.git] / applications / luci-app-advanced-reboot / README.md
1 # Advanced Reboot Web UI (luci-app-advanced-reboot)
2
3 ## Description
4 This package allows you to reboot to an alternative partition on the supported (dual-partition) routers and to power off (power down) your OpenWrt device.
5
6 ## Supported Devices
7 Currently supported dual-partition devices include:
8 - Linksys EA3500
9 - Linksys E4200v2
10 - Linksys EA4500
11 - Linksys EA8500
12 - Linksys WRT1200AC
13 - Linksys WRT1900AC
14 - Linksys WRT1900ACv2
15 - Linksys WRT1900ACS
16 - Linksys WRT3200ACM
17 - Linksys WRT32X
18 - ZyXEL NBG6817
19
20 If you're interested in having your device supported, please post in [OpenWrt Forum Support Thread](https://forum.openwrt.org/t/web-ui-to-reboot-to-another-partition-dual-partition-routers/3423).
21
22 ## Screenshot (luci-app-advanced-reboot)
23 ![screenshot](https://raw.githubusercontent.com/stangri/openwrt_packages/master/screenshots/luci-app-advanced-reboot/screenshot01.png "screenshot")
24
25 ## How to install
26 Install ```luci-app-advanced-reboot``` from Web UI or connect to your router via ssh and run the following commands:
27 ```sh
28 opkg update
29 opkg install luci-app-advanced-reboot
30 ```
31
32 ## Notes/Known Issues
33 - When you reboot to a different partition, your current settings (WiFi SSID/password, etc.) will not apply to a different partition. Different partitions might have completely different settings and even firmware.
34 - If you reboot to a partition which doesn't allow you to switch boot partitions (like stock vendor firmware), you might not be able to boot back to OpenWrt unless you reflash it, losing all the settings.
35 - Some devices allow you to trigger reboot to an alternative partition by interrupting boot 3 times in a row (by resetting/switching off the device or pulling power). As these methods might be different for different devices, do your own homework.
36
37 ## Thanks
38 I'd like to thank everyone who helped create, test and troubleshoot this package. Without help from [@hnyman](https://github.com/hnyman), [@jpstyves](https://github.com/jpstyves) and many contributions from [@slh](https://github.com/pkgadd) it wouldn't have been possible.