Update feed [ targets ]
------------------------------------------------------------------------------- * 177d26fb brcm63xx-arm: Use generic function for checking bootloader upgrade * 0bfd58a1 Use correct ranges with tr ------------------------------------------------------------------------------- commit 177d26fb Author: Jani Juvan <jani.juvan@iopsys.eu> Date: 2021-12-09 16:39:10 +0100 brcm63xx-arm: Use generic function for checking bootloader upgrade Base directory -> feeds/targets/ .../base-files/lib/upgrade/platform.sh | 47 ++++------------------ 1 file changed, 7 insertions(+), 40 deletions(-) ------------------------------------------------------------------------------- commit 0bfd58a1 Author: Erik Karlsson <erik.karlsson@genexis.eu> Date: 2021-12-07 22:53:12 +0100 Use correct ranges with tr The tr command does not take regular expressions and should not be used with ranges such as [a-z] which furthermore can cause issues if unquoted as they are interpreted by the shell. Base directory -> feeds/targets/ intel_mips/base-files/lib/functions/iopsys-environment.sh | 2 +- iopsys-brcm63xx-arm/base-files/lib/functions/iopsys-environment.sh | 2 +- iopsys-econet/base-files/lib/functions/iopsys-environment.sh | 2 +- iopsys-ramips/mt7621/base-files/lib/functions/iopsys-environment.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -------------------------------------------------------------------------------
Please register or sign in to comment