Skip to content

Commit dc85932

Browse files
committed
NAVQP-114: Change hostname to "navqplus" (2).
1 parent 318ff59 commit dc85932

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

recipes-core/navq-files/files/usb_gadgets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function launch_mtp() {
8383
cat /sys/devices/soc0/serial_number > strings/0x409/serialnumber
8484

8585
echo "VoxelBotics" > strings/0x409/manufacturer
86-
echo "Navq+" > strings/0x409/product
86+
echo "NavqPlus" > strings/0x409/product
8787

8888
echo "Conf 1" > configs/c.1/strings/0x409/configuration
8989
echo 120 > configs/c.1/MaxPower

recipes-core/navq-files/files/wireless.network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ DHCP=yes
77
[DHCP]
88
ClientIdentifier=mac
99
SendHostname=True
10-
Hostname=Navqplus
10+
Hostname=navqplus

recipes-extended/umtp-responder/files/umtprd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ manufacturer "VoxelBotics"
2222

2323
# Set the USB Product string
2424

25-
product "Navq+"
25+
product "NavqPlus"
2626

2727
# Set the USB Serial number string
2828

recipes-navq/navq-wpa-supplicant/files/wireless.network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ DHCP=yes
77
[DHCP]
88
ClientIdentifier=mac
99
SendHostname=True
10-
Hostname=Navqplus
10+
Hostname=navqplus

recipes-navq/usb-gadgets/files/usb-gadget-mtp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo 0x1D6B > idVendor
4545
cat /sys/devices/soc0/serial_number > strings/0x409/serialnumber
4646

4747
echo "VoxelBotics" > strings/0x409/manufacturer
48-
echo "Navq+" > strings/0x409/product
48+
echo "NavqPlus" > strings/0x409/product
4949

5050
echo "Conf 1" > configs/c.1/strings/0x409/configuration
5151
echo 120 > configs/c.1/MaxPower

0 commit comments

Comments
 (0)