aboutsummaryrefslogtreecommitdiff
path: root/utils/rpcd-mod-attendedsysupgrade
Commit message (Collapse)AuthorAge
* 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>