[no ci] remove useless; fix typos (#1169)

pull/1171/head
cronyx 2023-12-01 15:25:39 +03:00 committed by GitHub
parent 15425bf56d
commit 9d177d2ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- a/Makefile 2023-09-21 16:19:57.780643421 +0300
+++ b/Makefile 2023-09-21 16:20:15.232712740 +0300
@@ -11,7 +11,7 @@
_LDFLAGS := $(LDFLAGS) -lrt -lpcap -lsodium
_CFLAGS := $(CFLAGS) -Wall -O2 -DWFB_VERSION='"$(VERSION)-$(shell /bin/bash -c '_tmp=$(COMMIT); echo $${_tmp::8}')"'
-all: all_bin gs.key test
+all: all_bin
$(ENV):
virtualenv --python=$(PYTHON) $(ENV)

View File

@ -7,4 +7,4 @@ config BR2_PACKAGE_WIFIBROADCAST
help
Transmit hd video over wifi for the UAV.
https://github.com/svpcom/wifibroadcast
https://github.com/svpcom/wfb-ng

View File

@ -20,7 +20,7 @@ WIFIBROADCAST_MAKE_OPTS = \
CXX="$(TARGET_CXX)"
define WIFIBROADCAST_BUILD_CMDS
$(MAKE) $(WIFIBROADCAST_MAKE_OPTS) -C $(@D) all
$(MAKE) $(WIFIBROADCAST_MAKE_OPTS) -C $(@D) all_bin
endef
define WIFIBROADCAST_INSTALL_TARGET_CMDS