camera: setup ICP (#384)

This commit is contained in:
Adeeb Shihadeh
2024-09-27 14:14:23 -07:00
committed by GitHub
parent 574c4b8daf
commit 7eaa033080
3 changed files with 4 additions and 1 deletions
+3
View File
@@ -233,6 +233,9 @@ RUN systemctl enable ModemManager
# Add more T-Mobile networks to mobile-broadband-provider-info (do we still need the package?)
COPY ./userspace/files/serviceproviders.xml /usr/share/mobile-broadband-provider-info/serviceproviders.xml
# Copy extra FW, rest comes from debs
COPY ./userspace/files/CAMERA_ICP.elf /usr/lib/firmware
# Setup hostname resolution for our custom hostname
RUN sed -i 's/hosts: files dns myhostname/hosts: files myhostname dns/g' /etc/nsswitch.conf
Binary file not shown.