Skip to content

Commit

Permalink
modemmanager: allow AT commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Dec 31, 2024
1 parent 49c3209 commit 2adbe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-armv7-rpi-bookworm.pifile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ WORKDIR /root
RUN git clone https://gitlab.freedesktop.org/mobile-broadband/libqmi.git
WORKDIR /root/libqmi
RUN git checkout 1.35.6-dev
RUN meson setup build --prefix=/usr -Dmbim_qmux=false -Dqrtr=false -Dbash_completion=false --buildtype=release
RUN meson setup build --prefix=/usr -Dmbim_qmux=false -Dqrtr=false -Dbash_completion=false --buildtype=release -Dat_command_via_dbus=true
RUN ninja -C build install

# Install modemmanager
Expand Down

0 comments on commit 2adbe2c

Please sign in to comment.