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

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2021-04-02 19:17:12 +02:00
parent 7cde7d2131
commit 012a9aa00b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ touch /etc/config/ubootenv
board=$(board_name)
case "$board" in
"cloudengines,pogoplug"* | \
"cloudengines,pogoplug"*|\
"shuttle,kd20")
ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x2000" "1"
;;