uboot-envtools: ipq40xx: drop redundant space after case keywords
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
c192c38efd
commit
1cfb07a8f1
@ -30,9 +30,9 @@ ubootenv_mtdinfo () {
|
||||
}
|
||||
|
||||
case "$board" in
|
||||
alfa-network,ap120c-ac |\
|
||||
glinet,gl-b1300 |\
|
||||
openmesh,a42 |\
|
||||
alfa-network,ap120c-ac|\
|
||||
glinet,gl-b1300|\
|
||||
openmesh,a42|\
|
||||
openmesh,a62)
|
||||
ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000"
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user