From 0d0fcb353973be70671f9fa1f09e708e88dc7c31 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sat, 11 Sep 2021 23:36:41 -1000 Subject: [PATCH] luci-app-attendedsysupgrade: add README The app should be explained. Signed-off-by: Paul Spooren --- applications/luci-app-attendedsysupgrade/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 applications/luci-app-attendedsysupgrade/README.md 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/ -- 2.30.2