Skip to content

Commit

Permalink
add diag-router to sdm845-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 9, 2023
1 parent 31a1762 commit 621c566
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/custom-packages/sdm845-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,12 @@ export function compileSDM845SupportPackages() {
rm -rf /usr/share/alsa/ucm2
cp -a ucm2 /usr/share/alsa
cd ..
# Testing (diag-router)
git clone https://github.com/andersson/diag.git
cd diag
make -j$(nproc) prefix=/usr
make -j$(nproc) prefix=/usr install
cd ..
EOF`);
}

0 comments on commit 621c566

Please sign in to comment.