Skip to content

Commit

Permalink
Fix openwrt package build
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Oct 12, 2024
1 parent f08a073 commit 4ea7006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions openwrt/net/wfb-ng-full/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,6 +15,7 @@ PKG_MAINTAINER:=Vasily Evseenko <[email protected]>

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
Expand Down
5 changes: 3 additions & 2 deletions openwrt/net/wfb-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,6 +14,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Vasily Evseenko <[email protected]>

PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=libevent2

include $(INCLUDE_DIR)/package.mk

Expand All @@ -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
Expand Down

0 comments on commit 4ea7006

Please sign in to comment.