uboot-envtools: ipq40xx: drop redundant space after case keywords
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
8c11597783
commit
156a27eddf
1 changed files with 10 additions and 10 deletions
|
@ -30,15 +30,15 @@ ubootenv_mtdinfo () {
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
alfa-network,ap120c-ac |\
|
alfa-network,ap120c-ac|\
|
||||||
devolo,magic-2-wifi-next |\
|
devolo,magic-2-wifi-next|\
|
||||||
edgecore,ecw5211 |\
|
edgecore,ecw5211|\
|
||||||
glinet,gl-ap1300 |\
|
glinet,gl-ap1300|\
|
||||||
glinet,gl-b1300 |\
|
glinet,gl-b1300|\
|
||||||
luma,wrtq-329acn |\
|
luma,wrtq-329acn|\
|
||||||
openmesh,a42 |\
|
openmesh,a42|\
|
||||||
openmesh,a62 |\
|
openmesh,a62|\
|
||||||
plasmacloud,pa1200 |\
|
plasmacloud,pa1200|\
|
||||||
plasmacloud,pa2200)
|
plasmacloud,pa2200)
|
||||||
ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000"
|
ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000"
|
||||||
;;
|
;;
|
||||||
|
@ -54,7 +54,7 @@ buffalo,wtr-m2133hp)
|
||||||
linksys,ea6350v3)
|
linksys,ea6350v3)
|
||||||
ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000"
|
ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000"
|
||||||
;;
|
;;
|
||||||
linksys,ea8300 |\
|
linksys,ea8300|\
|
||||||
linksys,mr8300)
|
linksys,mr8300)
|
||||||
ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x40000" "0x20000"
|
ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x40000" "0x20000"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue