aboutsummaryrefslogtreecommitdiff
path: root/utils/rpcd-mod-attendedsysupgrade
Commit message (Collapse)AuthorAge
* attendedsysupgrade-common: add packagePaul Spooren2017-11-12
| | | | | | | | | | | | | | | due to various clients and the existence of rpcd-mod-rpcsys the package rpcd-mod-attendedsysupgrade is superflous. From now on the attendedsysupgrade-common package should be dependencie of all kinds of clients. Currently active or planned: - luci-app-attendedsysupgrade - attendedsysupgrade cli in shell - attendedsysupgrade cli in c Signed-off-by: Paul Spooren <paul@spooren.de>
* rpcd-mod-attendedsysupgrade: upgrade to v1.1Paul Spooren2017-11-02
| | | | | | | | | | | | | | | | call it upgrade instead of update added client options: auto_search - start upgrade search on login advanced_mode - offer more options like package_editing message before sysupgrade more verbose Makefile moved acls to client Signed-off-by: Paul Spooren <paul@spooren.de>
* rpcd-mod-attendedsysupgrade: uci update_packagesPaul Spooren2017-08-15
| | | | | | | | add uci option to set "update_packages". this options will lead the luci-app-attendedsysupgrade to tell the update server to check for package updates as well (not only release upgrades) Signed-off-by: Paul Spooren <paul@spooren.de>
* rpcd-mod-attendedsysupgrade: simplify uci optionsPaul Spooren2017-08-14
| | | | | | use named uci options Signed-off-by: Paul Spooren <paul@spooren.de>
* rpcd-mod-attendedsysupgrade: add keep_settings optPaul Spooren2017-08-12
| | | | | | | | | | as mentioned [here][1] some firmwares require to reset all settings. this commit add a param "keep_settings" which changes the sysupgrade parameter "-c" to "-n" to flush all configs [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/34 Signed-off-by: Paul Spooren <paul@spooren.de>
* rpcd-mod-attendedsysupgrade: add missing .rpcdPaul Spooren2017-07-27
| | | | | | due to renaming .rpcd was forgotten in the Makefile Signed-off-by: Paul Spooren <paul@spooren.de>
* rpcd-mod-attendedsysupgrade: add packagePaul Spooren2017-07-25
add ubus call to perform a sysupgrade and acl file for the attended sysupgrade use case as well uci defaults. Package is a part of the GSoC 17 project implementing easy sysupgrade functionality. Signed-off-by: Paul Spooren <paul@spooren.de>