Skip to content

Commit 4ea7006

Browse files
committed
Fix openwrt package build
1 parent f08a073 commit 4ea7006

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

openwrt/net/wfb-ng-full/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=wfb-ng-full
44
PKG_VERSION:=24.9.7
5-
PKG_RELEASE:=1
5+
PKG_RELEASE:=2
66

77
PKG_SOURCE_PROTO:=git
88
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng.git
9-
PKG_SOURCE_VERSION:=b9ba1b69d86b2620150d46acb926e1beb6a06906
9+
PKG_SOURCE_VERSION:=3a053040442174e6c1ce76866c6da4b12c19dbb4
1010
#PKG_MIRROR_HASH:=2451a64be61a5052c2625c859548adcea141afece7ad297e0043bb911035dcdd
1111

1212
PKG_LICENSE:=GPL-3.0-only
@@ -15,6 +15,7 @@ PKG_MAINTAINER:=Vasily Evseenko <[email protected]>
1515

1616
PKG_BUILD_PARALLEL:=1
1717
PYPI_SOURCE_NAME:=wfb_ng
18+
PKG_BUILD_DEPENDS:=libevent2
1819

1920
include $(INCLUDE_DIR)/package.mk
2021
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk

openwrt/net/wfb-ng/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=wfb-ng
44
PKG_VERSION:=24.9.7
5-
PKG_RELEASE:=1
5+
PKG_RELEASE:=2
66

77
PKG_SOURCE_PROTO:=git
88
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng.git
@@ -14,6 +14,7 @@ PKG_LICENSE_FILES:=LICENSE
1414
PKG_MAINTAINER:=Vasily Evseenko <[email protected]>
1515

1616
PKG_BUILD_PARALLEL:=1
17+
PKG_BUILD_DEPENDS:=libevent2
1718

1819
include $(INCLUDE_DIR)/package.mk
1920

@@ -25,7 +26,7 @@ define Package/wfb-ng
2526
SUBMENU:=Wireless
2627
TITLE:=Long-range packet radio link using raw WiFi
2728
URL:=https://github.com/svpcom/wfb-ng
28-
DEPENDS:=+libpcap +libsodium +libstdcpp +libevent2-core
29+
DEPENDS:=+libpcap +libsodium +libstdcpp
2930
endef
3031

3132
define Package/wfb-ng/description

0 commit comments

Comments
 (0)