Fix openwrt package build

This commit is contained in:
Vasily Evseenko 2024-10-12 23:48:58 +03:00
parent f08a073049
commit 4ea700606c
2 changed files with 6 additions and 4 deletions

View File

@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wfb-ng-full
PKG_VERSION:=24.9.7
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng.git
PKG_SOURCE_VERSION:=b9ba1b69d86b2620150d46acb926e1beb6a06906
PKG_SOURCE_VERSION:=3a053040442174e6c1ce76866c6da4b12c19dbb4
#PKG_MIRROR_HASH:=2451a64be61a5052c2625c859548adcea141afece7ad297e0043bb911035dcdd
PKG_LICENSE:=GPL-3.0-only
@ -15,6 +15,7 @@ PKG_MAINTAINER:=Vasily Evseenko <svpcom@p2ptech.org>
PKG_BUILD_PARALLEL:=1
PYPI_SOURCE_NAME:=wfb_ng
PKG_BUILD_DEPENDS:=libevent2
include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wfb-ng
PKG_VERSION:=24.9.7
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng.git
@ -14,6 +14,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Vasily Evseenko <svpcom@p2ptech.org>
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=libevent2
include $(INCLUDE_DIR)/package.mk
@ -25,7 +26,7 @@ define Package/wfb-ng
SUBMENU:=Wireless
TITLE:=Long-range packet radio link using raw WiFi
URL:=https://github.com/svpcom/wfb-ng
DEPENDS:=+libpcap +libsodium +libstdcpp +libevent2-core
DEPENDS:=+libpcap +libsodium +libstdcpp
endef
define Package/wfb-ng/description