diff --git a/general/package/wifibroadcast/0001-makefile.patch b/general/package/wifibroadcast/0001-makefile.patch deleted file mode 100644 index 5e69dd15..00000000 --- a/general/package/wifibroadcast/0001-makefile.patch +++ /dev/null @@ -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) diff --git a/general/package/wifibroadcast/Config.in b/general/package/wifibroadcast/Config.in index 4d8485f5..817b6f18 100644 --- a/general/package/wifibroadcast/Config.in +++ b/general/package/wifibroadcast/Config.in @@ -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 diff --git a/general/package/wifibroadcast/wifibroadcast.mk b/general/package/wifibroadcast/wifibroadcast.mk index 1c621269..7f8cde71 100644 --- a/general/package/wifibroadcast/wifibroadcast.mk +++ b/general/package/wifibroadcast/wifibroadcast.mk @@ -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