Skip to content

Commit

Permalink
[oem] update version info to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Jul 2, 2023
1 parent a0b5b02 commit 12ea583
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boards/nitropad-ns50/nitropad-ns50.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ CONFIG_OPENSSL=y
export CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y

export CONFIG_BOOT_DEV="/dev/nvme0n1"
export CONFIG_BOARD_NAME="Nitropad NS50 | v2.0"
export CONFIG_BOARD_NAME="Nitropad NS50 | v2.1"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"

2 changes: 1 addition & 1 deletion boards/nitropad-nv41/nitropad-nv41.config
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ export CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y


export CONFIG_BOOT_DEV="/dev/nvme0n1"
export CONFIG_BOARD_NAME="Nitropad NV41 | v2.0"
export CONFIG_BOARD_NAME="Nitropad NV41 | v2.1"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"

2 changes: 1 addition & 1 deletion boards/t430-hotp-legacy/t430-hotp-legacy.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_ADD="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Nitropad T430 (legacy)"
export CONFIG_BOARD_NAME="Nitropad T430 (legacy) | v2.1"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal --ifd --image bios"

export CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y
Expand Down
2 changes: 1 addition & 1 deletion boards/t430-hotp-maximized/t430-hotp-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_ADD="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Nitropad T430 (maximized)"
export CONFIG_BOARD_NAME="Nitropad T430 (maximized) | v2.1"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"

export CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y
Expand Down
2 changes: 1 addition & 1 deletion boards/x230-hotp-legacy/x230-hotp-legacy.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_ADD="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Nitropad X230 (legacy)"
export CONFIG_BOARD_NAME="Nitropad X230 (legacy) | v2.1"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal --ifd --image bios"

export CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y
Expand Down
2 changes: 1 addition & 1 deletion boards/x230-hotp-maximized/x230-hotp-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_ADD="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Nitropad X230 (maximized)"
export CONFIG_BOARD_NAME="Nitropad X230 (maximized) | v2.1"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"

export CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y
Expand Down

0 comments on commit 12ea583

Please sign in to comment.