luci-app-advanced-reboot: update to 1.1.0-1
authorStan Grishin <[email protected]>
Tue, 12 Aug 2025 08:31:10 +0000 (08:31 +0000)
committerStan Grishin <[email protected]>
Tue, 19 Aug 2025 03:35:10 +0000 (03:35 +0000)
commit71c21219388496f4d9fd49944ce45ca90be247c0
tree47be72d21b25f348b5ab079c77515f7bdeb48cd3
parent4d26a4d804416824c6295d56a51f7763382fc95e
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 <[email protected]>
(cherry picked from commit a353d15b5592455e9efb95af290c036b780de31c)
applications/luci-app-advanced-reboot/Makefile
applications/luci-app-advanced-reboot/README.md
applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js
applications/luci-app-advanced-reboot/root/usr/libexec/rpcd/luci.advanced_reboot
applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-mr7350.json [new file with mode: 0644]