diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-attendedsysupgrade/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-attendedsysupgrade/README.md b/applications/luci-app-attendedsysupgrade/README.md new file mode 100644 index 0000000000..36f002f0a0 --- /dev/null +++ b/applications/luci-app-attendedsysupgrade/README.md @@ -0,0 +1,11 @@ +# luci-app-attendedsysupgrade + +This app allows firmware upgrades of routers while keeping user installed packages. +To do so the app sends a request to an *Atttended SysUpgrade server* which will +respond with a custom image, containing all previously installed packages. + +The process takes per images between 30 seconds and 5 minutes, please be +patient. + +More information on the backend server and how to host one are available on the +projects page: https://github.com/aparcar/asu/ |