mbox series

[OpenWrt-Devel,v5,0/2] Allow sysupgrade restore on ER

Message ID 20181206152536.38850-1-jonathan@navigue.com
Headers show
Series Allow sysupgrade restore on ER | expand

Message

Jonathan Thibault Dec. 6, 2018, 3:25 p.m. UTC
This is a very simple patch that completes sysupgrade functionality on UBNT
ER8.

Default layout leaves about 128MB free on the kernel partition so there is
plenty of space for temporary config backups.

Jonathan Thibault (2):
  Evaluate board names in alphabetical order
  Allow sysupgrade restore on ER

---
v2: checks board name in alphabetical order
v3: used git send-email to avoid patch mangling
v4: split into two patches
v5: get rid of code reduncancy

Jonathan Thibault (2):
  Evaluate board names in alphabetical order
  Allow sysupgrade restore on ER

 .../octeon/base-files/lib/preinit/79_move_config   | 15 ++++++++++---
 .../octeon/base-files/lib/upgrade/platform.sh      | 25 +++++++++++++++-------
 2 files changed, 29 insertions(+), 11 deletions(-)

Comments

John Crispin Dec. 17, 2018, 7:01 a.m. UTC | #1
On 06/12/2018 16:25, Jonathan Thibault wrote:
> This is a very simple patch that completes sysupgrade functionality on UBNT
> ER8.
>
> Default layout leaves about 128MB free on the kernel partition so there is
> plenty of space for temporary config backups.

Hi Jonathan,

the content of the patches is correct but both are missing the 
description and signed-off-by line. please thoroughly read the "how to 
submit patches" howto.

     John


> Jonathan Thibault (2):
>    Evaluate board names in alphabetical order
>    Allow sysupgrade restore on ER
>
> ---
> v2: checks board name in alphabetical order
> v3: used git send-email to avoid patch mangling
> v4: split into two patches
> v5: get rid of code reduncancy
>
> Jonathan Thibault (2):
>    Evaluate board names in alphabetical order
>    Allow sysupgrade restore on ER
>
>   .../octeon/base-files/lib/preinit/79_move_config   | 15 ++++++++++---
>   .../octeon/base-files/lib/upgrade/platform.sh      | 25 +++++++++++++++-------
>   2 files changed, 29 insertions(+), 11 deletions(-)
>