uboot-envtools: ipq806x: drop redundant space after case keywords

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2021-01-07 17:55:15 +01:00
parent 156a27eddf
commit 6ab80b04fa

View file

@ -33,18 +33,18 @@ case "$board" in
edgecore,ecw5410) edgecore,ecw5410)
ubootenv_add_uci_config "/dev/mtd11" "0x0" "0x10000" "0x10000" ubootenv_add_uci_config "/dev/mtd11" "0x0" "0x10000" "0x10000"
;; ;;
linksys,ea7500-v1 |\ linksys,ea7500-v1|\
linksys,ea8500) linksys,ea8500)
ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000" ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
;; ;;
netgear,r7800) netgear,r7800)
ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x040000" "0x20000" ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x040000" "0x20000"
;; ;;
qcom,ipq8064-ap148 |\ qcom,ipq8064-ap148|\
qcom,ipq8064-db149) qcom,ipq8064-db149)
ubootenv_add_uci_config $(ubootenv_mtdinfo) ubootenv_add_uci_config $(ubootenv_mtdinfo)
;; ;;
ubnt,unifi-ac-hd |\ ubnt,unifi-ac-hd|\
zyxel,nbg6817) zyxel,nbg6817)
ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000" ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"
;; ;;