Skip to content

Commit

Permalink
WIP: include: dts-functions: downgrade MSI versions for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Klimuk <[email protected]>
  • Loading branch information
DaniilKl committed Nov 18, 2024
1 parent 3ab0590 commit 163b50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dts-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ board_config() {
# Common configuration for all MS-7D25:
DASHARO_REL_NAME="msi_ms7d25"
DASHARO_REL_VER="1.1.1"
DASHARO_REL_VER_DPP="1.1.4"
DASHARO_REL_VER_DPP="1.1.3"
CAN_INSTALL_BIOS="true"
HAVE_HEADS_FW="true"
HEADS_REL_VER_DPP="0.9.0"
Expand Down Expand Up @@ -441,7 +441,7 @@ board_config() {
# Common configuration for all MS-7E06:
DASHARO_REL_NAME="msi_ms7e06"
#DASHARO_REL_VER=""
DASHARO_REL_VER_DPP="0.9.2"
DASHARO_REL_VER_DPP="0.9.1"
CAN_INSTALL_BIOS="true"
HAVE_HEADS_FW="true"
HEADS_REL_VER_DPP="0.9.0"
Expand Down

0 comments on commit 163b50e

Please sign in to comment.