Skip to content

Commit

Permalink
ModemManager: remove unused plugins (#207)
Browse files Browse the repository at this point in the history
* ModemManager: remove unused plugins

* no cp
  • Loading branch information
adeebshihadeh authored Feb 1, 2024
1 parent aaa8a66 commit b7ae4ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions userspace/compile-modemmanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ meson setup build \

ninja -C build
ninja -C build install

# remove plugins we don't use, makes probing faster
mkdir -p /tmp/mm-plugins
mv /usr/lib/aarch64-linux-gnu/ModemManager/libmm-*.so /tmp/mm-plugins
cp /tmp/mm-plugins/*generic* /usr/lib/aarch64-linux-gnu/ModemManager/
cp /tmp/mm-plugins/*quectel* /usr/lib/aarch64-linux-gnu/ModemManager/

0 comments on commit b7ae4ec

Please sign in to comment.