[openwrt/openwrt] uboot-envtools: ipq40xx: drop redundant space after case keywords

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 10 15:14:31 BST 2021


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/156a27eddfc37c2d82892f2423426d42a7d1955f

commit 156a27eddfc37c2d82892f2423426d42a7d1955f
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Thu Jan 7 17:54:18 2021 +0100

    uboot-envtools: ipq40xx: drop redundant space after case keywords
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 package/boot/uboot-envtools/files/ipq40xx | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/package/boot/uboot-envtools/files/ipq40xx b/package/boot/uboot-envtools/files/ipq40xx
index f05732164f..88390f534c 100644
--- a/package/boot/uboot-envtools/files/ipq40xx
+++ b/package/boot/uboot-envtools/files/ipq40xx
@@ -30,15 +30,15 @@ ubootenv_mtdinfo () {
 }
 
 case "$board" in
-alfa-network,ap120c-ac |\
-devolo,magic-2-wifi-next |\
-edgecore,ecw5211 |\
-glinet,gl-ap1300 |\
-glinet,gl-b1300 |\
-luma,wrtq-329acn |\
-openmesh,a42 |\
-openmesh,a62 |\
-plasmacloud,pa1200 |\
+alfa-network,ap120c-ac|\
+devolo,magic-2-wifi-next|\
+edgecore,ecw5211|\
+glinet,gl-ap1300|\
+glinet,gl-b1300|\
+luma,wrtq-329acn|\
+openmesh,a42|\
+openmesh,a62|\
+plasmacloud,pa1200|\
 plasmacloud,pa2200)
 	ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000"
 	;;
@@ -54,7 +54,7 @@ buffalo,wtr-m2133hp)
 linksys,ea6350v3)
 	ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000"
 	;;
-linksys,ea8300 |\
+linksys,ea8300|\
 linksys,mr8300)
 	ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x40000" "0x20000"
 	;;



More information about the lede-commits mailing list