luci/applications/luci-app-advanced-reboot
Hannu Nyman cfd6f9bdb4
Merge pull request #1576 from stangri/luci-app-advanced-reboot
luci-app-advanced-reboot: fixed bug on devices/board names with dashe…
2018-01-21 15:25:41 +02:00
..
luasrc luci-app-advanced-reboot: fixed bug on devices/board names with dashes in them 2018-01-21 05:20:47 -08:00
po i18n-ru: Edits on the general pattern of Russian translation 2018-01-20 14:02:48 +03:00
Makefile luci-app-advanced-reboot: fixed bug on devices/board names with dashes in them 2018-01-21 05:20:47 -08:00
README.md luci-app-advanced-reboot: added support for new board names for ea8500 and nbg6817 2018-01-14 15:24:19 -08:00

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/LEDE Project device.

Supported Devices

Currently supported dual-partition devices include:

  • Linksys EA3500
  • Linksys E4200v2
  • Linksys EA4500
  • Linksys EA8500
  • Linksys WRT1200AC
  • Linksys WRT1900AC
  • Linksys WRT1900ACv2
  • Linksys WRT1900ACS
  • Linksys WRT3200ACM
  • ZyXEL NBG6817

If you're interested in having your device supported, please post in LEDE Project Forum Support Thread.

Screenshot (luci-app-advanced-reboot)

screenshot

How to install

Install luci-app-advanced-reboot from Web UI or connect to your router via ssh and run the following commands:

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/LEDE Project 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 contributions from @hnyman, @jpstyves and @slh it wouldn't have been possible.