Skip to content

Commit bbc3d50

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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)