Re: [PATCH v2 1/2] uboot-envtools: add support for multiple config partitions

2021-04-06 Thread Bjørn Mork
"Adrian Schmutzler" writes: >> --- a/package/boot/uboot-envtools/files/realtek >> +++ b/package/boot/uboot-envtools/files/realtek >> @@ -15,15 +15,21 @@ zyxel,gs1900-10hp) >> idx="$(find_mtd_index u-boot-env)" >> [ -n "$idx" ] && \ >> ubootenv_add_uci_config "/dev/mtd$idx"

RE: [PATCH v2 1/2] uboot-envtools: add support for multiple config partitions

2020-12-16 Thread Adrian Schmutzler
Hi, just a taste nitpick: > --- a/package/boot/uboot-envtools/files/realtek > +++ b/package/boot/uboot-envtools/files/realtek > @@ -15,15 +15,21 @@ zyxel,gs1900-10hp) > idx="$(find_mtd_index u-boot-env)" > [ -n "$idx" ] && \ > ubootenv_add_uci_config "/dev/mtd$idx" "0x0"