zyxel-bootconfig: fix indentation
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
2b0b16f1d1
commit
b393689839
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ apply_bootconfig() {
|
|||
zyxel,nwa50ax|\
|
||||
zyxel,nwa50ax-pro|\
|
||||
zyxel,nwa55axe)
|
||||
mtd_idx=$(find_mtd_index "bootconfig")
|
||||
mtd_idx=$(find_mtd_index "bootconfig")
|
||||
zyxel-bootconfig "/dev/mtd$mtd_idx" set-image-status 0 valid
|
||||
zyxel-bootconfig "/dev/mtd$mtd_idx" set-active-image 0
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue