Files
Stan Grishin a353d15b55 luci-app-advanced-reboot: update to 1.1.0-1
Makefile:
- update SPDX license identified and copyright
- update documentation link

README:
- add short README with the link to full documentation

System View javascript:
- switch from single to double quotes
- update documentation link
- more readable translateTable
- better code readability for
  - callPowerOff
  - handlePowerOff
  - handleReboot
  - handleTogglePartition
  - handleAlternativeReboot
  - parsePartitions
  - some visual elements

RPCD Script:
- more resilient to unexpected CLI output
- add debugger function to ease development/debugging
- better check if `/var/alt_rom` is mounted before calling umount
- better handling of MTD indices

Device Support:
- add Linksys MR7350 which slipped thru the cracks

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2025-08-12 08:38:34 +00:00

1014 B

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:

opkg update
opkg install luci-app-advanced-reboot

Documentation

Full documentation is available at:
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).