mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the Transcend 2GB card specs.
This commit is contained in:
parent
4570c1c11b
commit
262f6969de
1 changed files with 5 additions and 0 deletions
|
|
@ -160,6 +160,11 @@ sub_FlashDevice () {
|
|||
NANO_HEADS=4
|
||||
NANO_SECTS=32
|
||||
;;
|
||||
2048|2g)
|
||||
NANO_MEDIASIZE=4061232
|
||||
NANO_HEADS=16
|
||||
NANO_SECTS=32
|
||||
;;
|
||||
*)
|
||||
echo "Unknown Transcend Flash capacity"
|
||||
exit 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue