Skip to content

Commit

Permalink
Added broadwell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pocopico committed Jan 10, 2022
1 parent 9a320af commit bc5db1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rploader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ function buildloader() {
SYNOMODEL="DS918+"
elif [ "${TARGET_PLATFORM}" = "bromolow" ] ; then
SYNOMODEL="DS3615xs"
elif [ "${TARGET_PLATFORM}" = "broadwell" ] ; then
SYNOMODEL="DS3617xs"
fi


Expand Down

0 comments on commit bc5db1b

Please sign in to comment.