Re: [PATCH 2/2] uboot-envtools: support alternate default config

2020-12-10 Thread Bjørn Mork
Luis Araneda writes: > I think this could be archived without patching the upstream > fw_printenv tool, depending on what solution you find acceptable. > > My motivation is to reduce the amount of patches that I think are not > going to be accepted upstream. Thanks a lot for your valuable feedba

[PATCH 2/2] uboot-envtools: support alternate default config

2020-12-10 Thread Luis Araneda
Hi Bjørn, On Thu, Dec 10, 2020 at 9:42 AM Bjørn Mork wrote: > > Now that we can create an alternate configuration file, add support > for selecting it by using the alternate application names > `fw_printsys' or `fw_setsys'. > > Signed-off-by: Bjørn Mork > --- > package/boot/uboot-envtools/Makef

[PATCH 2/2] uboot-envtools: support alternate default config

2020-12-10 Thread Bjørn Mork
Now that we can create an alternate configuration file, add support for selecting it by using the alternate application names `fw_printsys' or `fw_setsys'. Signed-off-by: Bjørn Mork --- package/boot/uboot-envtools/Makefile | 2 + .../002-support-alternate-config.patch| 91 +++