diff options
author | Stan Grishin <stangri@melmac.net> | 2019-02-20 11:37:57 -0800 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-02-20 11:37:57 -0800 |
commit | a1b0b150e6ae2aad34c16748f4f58e71c792bdf2 (patch) | |
tree | 9f5ef15bc68871c0a2d9048badd7f28e25f4f41a /applications/luci-app-advanced-reboot/README.md | |
parent | 24fe4788daaf4d449bf6ec35ec47a5f330b794f8 (diff) |
luci-app-advanced-reboot: add support for Linksys EA6350v3, fix kernel version length issue
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-advanced-reboot/README.md')
-rw-r--r-- | applications/luci-app-advanced-reboot/README.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/README.md b/applications/luci-app-advanced-reboot/README.md index 7ed1826ea..781a1c7f7 100644 --- a/applications/luci-app-advanced-reboot/README.md +++ b/applications/luci-app-advanced-reboot/README.md @@ -1,13 +1,17 @@ # Advanced Reboot Web UI (luci-app-advanced-reboot) ## Description + 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. ## Supported Devices + Currently supported dual-partition devices include: + - Linksys EA3500 - Linksys E4200v2 - Linksys EA4500 +- Linksys EA6350v3 - Linksys EA8500 - Linksys WRT1200AC - Linksys WRT1900AC @@ -20,19 +24,24 @@ Currently supported dual-partition devices include: 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). ## Screenshot (luci-app-advanced-reboot) + ![screenshot](https://raw.githubusercontent.com/stangri/openwrt_packages/master/screenshots/luci-app-advanced-reboot/screenshot01.png "screenshot") ## How to install + Install ```luci-app-advanced-reboot``` from Web UI or connect to your router via ssh and run the following commands: + ```sh opkg update opkg install luci-app-advanced-reboot ``` ## Notes/Known Issues + - 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. - 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. - 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. ## Thanks -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. + +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), [@imi2003](https://github.com/imi2003) and many contributions from [@slh](https://github.com/pkgadd) it wouldn't have been possible. |