Skip to content

Commit

Permalink
[oem] bump version to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 15, 2023
1 parent c18fdb9 commit 42ac4b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2"
export CONFIG_BOARD_NAME="Nitropad NS50 | v2.3"
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 @@ -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 NV41 | v2.2"
export CONFIG_BOARD_NAME="Nitropad NV41 | v2.3"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"

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 @@ -64,7 +64,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) | v2.2"
export CONFIG_BOARD_NAME="Nitropad T430 (maximized) | v2.3"
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-maximized/x230-hotp-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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) | v2.2"
export CONFIG_BOARD_NAME="Nitropad X230 (maximized) | v2.3"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"

export CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y
Expand Down

0 comments on commit 42ac4b9

Please sign in to comment.