luci-app-attendedsysupgrade: add package
authorPaul Spooren <paul@spooren.de>
Thu, 27 Jul 2017 22:28:12 +0000 (00:28 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 2 Aug 2017 20:28:50 +0000 (22:28 +0200)
commitb90153386cf890aa551e2b4457e9092d4c5b4867
tree419d4a2b5a8940f648a99ed99653877930979753
parentbf407f087cde592631bd0c95948e32cbd0efab08
luci-app-attendedsysupgrade: add package

Add a simple luci view in system tab to perform a sysupgrade
with no hassle.

Asks an external update server for upgrades, downloads and
flashes the upgrade.

This packge is the frontend for my current GSoC project:
https://summerofcode.withgoogle.com/projects/#5684958571003904

More code is found here:
https://github.com/aparcar/gsoc17-attended-sysupgrade

Signed-off-by: Paul Spooren <paul@spooren.de>
[jo@mein.io: squash commits, remove PKGARCH from Makefile]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-attendedsysupgrade/Makefile [new file with mode: 0644]
applications/luci-app-attendedsysupgrade/luasrc/controller/attendedsysupgrade.lua [new file with mode: 0644]
applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm [new file with mode: 0644]