[openwrt/openwrt] uboot-envtools: ipq806x: drop redundant space after case keywords
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 10 15:14:32 BST 2021
pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6ab80b04fa738b7081927ca219f03754fe8ec1ac
commit 6ab80b04fa738b7081927ca219f03754fe8ec1ac
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Thu Jan 7 17:55:15 2021 +0100
uboot-envtools: ipq806x: drop redundant space after case keywords
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
package/boot/uboot-envtools/files/ipq806x | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/boot/uboot-envtools/files/ipq806x b/package/boot/uboot-envtools/files/ipq806x
index 48d799fd85..222d801f17 100644
--- a/package/boot/uboot-envtools/files/ipq806x
+++ b/package/boot/uboot-envtools/files/ipq806x
@@ -33,18 +33,18 @@ case "$board" in
edgecore,ecw5410)
ubootenv_add_uci_config "/dev/mtd11" "0x0" "0x10000" "0x10000"
;;
-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)
;;
-ubnt,unifi-ac-hd |\
+ubnt,unifi-ac-hd|\
zyxel,nbg6817)
ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"
;;
More information about the lede-commits
mailing list