mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix an obvious bug.
Submitted by: Alex Lyashkov <umka@sevcity.net>
This commit is contained in:
parent
caadf315e9
commit
327ecf6872
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ sub_FlashDevice () {
|
|||
esac
|
||||
;;
|
||||
transcend)
|
||||
case 2 in
|
||||
case $2 in
|
||||
dom064m)
|
||||
NANO_MEDIASIZE=125184
|
||||
NANO_HEADS=4
|
||||
|
|
|
|||
Loading…
Reference in a new issue