ublox-config: Remove extension from rootfs binary
BugzID: 56371
This commit is contained in:
parent
66fe76d92f
commit
7ee9cc8cce
|
|
@ -3,7 +3,7 @@ Before=ModemManager.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/bin/bash -c "ifconfig wwan0 && { echo 'already configured'; exit 0; };/usr/bin/ublox-config.py;"
|
ExecStart=/bin/bash -c "ifconfig wwan0 && { echo 'already configured'; exit 0; };/usr/bin/ublox-config;"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=ModemManager.service
|
WantedBy=ModemManager.service
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,6 @@ do_install () {
|
||||||
install -m 0644 ublox-config.service ${D}${systemd_unitdir}/system/
|
install -m 0644 ublox-config.service ${D}${systemd_unitdir}/system/
|
||||||
|
|
||||||
install -d ${D}/usr/bin
|
install -d ${D}/usr/bin
|
||||||
install -m 0755 ublox-config.py ${D}/usr/bin
|
install -m 0755 ublox-config.py ${D}/usr/bin/ublox-config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue