Skip to content

Commit

Permalink
move qrtr
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Oct 24, 2023
1 parent ee4eb69 commit 8b1a802
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/custom-packages/sdm845-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ export function compileSDM845SupportPackages() {
set -e
cd /tmp
git clone https://github.com/andersson/qrtr.git
cd qrtr
make -j$(nproc) prefix=/usr
cd ..
git clone https://github.com/andersson/rmtfs.git
cd rmtfs
make -j$(nproc) prefix=/usr
Expand All @@ -26,10 +32,6 @@ export function compileSDM845SupportPackages() {
make -j$(nproc) prefix=/usr
cd ..
git clone https://github.com/andersson/qrtr.git
cd qrtr
make -j$(nproc) prefix=/usr
cd ..
# todo: prolinuxd will eventually read device_codename and start
systemctl enable rmtfs
Expand Down

0 comments on commit 8b1a802

Please sign in to comment.