From edb0c3bcf2a00d5b751e7c3b57e0c4e81e8db65b Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Thu, 7 Jan 2021 17:55:15 +0100 Subject: [PATCH] uboot-envtools: ipq806x: drop redundant space after case keywords Signed-off-by: Piotr Dymacz --- package/boot/uboot-envtools/files/ipq806x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-envtools/files/ipq806x b/package/boot/uboot-envtools/files/ipq806x index 48ff20e933..624c28cc2c 100644 --- a/package/boot/uboot-envtools/files/ipq806x +++ b/package/boot/uboot-envtools/files/ipq806x @@ -30,14 +30,14 @@ ubootenv_mtdinfo () { } case "$board" in -linksys,ea7500-v1 |\ +linksys,ea7500-v1|\ linksys,ea8500) ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000" ;; netgear,r7800) ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x040000" "0x20000" ;; -qcom,ipq8064-ap148 |\ +qcom,ipq8064-ap148|\ qcom,ipq8064-db149) ubootenv_add_uci_config $(ubootenv_mtdinfo) ;;