fixes and typos

pull/693/head
cronyx 2023-03-28 00:25:49 +03:00
parent 53c2555646
commit c5536893ff
7 changed files with 6 additions and 11 deletions

View File

@ -108,7 +108,5 @@ BR2_PACKAGE_MAVFWD=y
BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_GDB=y
#
# Compression and decompression
#
BR2_PACKAGE_LIBZIP=y

View File

@ -105,12 +105,11 @@ BR2_PACKAGE_MAVLINK_ROUTER=y
BR2_PACKAGE_MAVFWD=y
# ZEROTIER
BR2_PACKAGE_ZEROTIER_ONE=y
# BR2_PACKAGE_ZEROTIER_ONE is not set
# DEBUG
BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_GDB=y
# Compression and decompression
BR2_PACKAGE_LIBZIP=y

View File

@ -108,7 +108,5 @@ BR2_PACKAGE_MAVFWD=y
BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_GDB=y
#
# Compression and decompression
#
BR2_PACKAGE_LIBZIP=y

View File

@ -105,7 +105,7 @@ BR2_PACKAGE_MAVLINK_ROUTER=y
BR2_PACKAGE_MAVFWD=y
# ZEROTIER
BR2_PACKAGE_ZEROTIER_ONE=y
# BR2_PACKAGE_ZEROTIER_ONE is not set
# DEBUG
BR2_PACKAGE_HOST_GDB=y

View File

@ -39,7 +39,7 @@ case "$1" in
kill -9 $(pidof telemetry_rx)
kill -9 $(pidof telemetry_tx)
kill -9 $(pidof mavlink-routerd)
kill -9 $(pidof mavfwd)
kill -9 $(pidof mavfwd)
;;
*)
echo "Usage: $0 {start|stop}"

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_WIFIBROADCAST
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBSODIUM
select BR2_PACKAGE_IW
select BR2_PACKAGE_DATALINK
select BR2_PACKAGE_DATALINK
help
Transmit hd video over wifi for the UAV.

View File

@ -124,8 +124,8 @@ case "$1" in
kill -9 $(pidof wfb_tx)
kill -9 $(pidof telemetry_rx)
kill -9 $(pidof telemetry_tx)
kill -9 $(pidof mavlink-routerd)
kill -9 $(pidof mavfwd)
kill -9 $(pidof mavlink-routerd)
kill -9 $(pidof mavfwd)
;;
*)
echo "Usage: $0 {start|stop}"