File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
2
2
3
3
PKG_NAME: =wfb-ng-full
4
4
PKG_VERSION: =24.9.7
5
- PKG_RELEASE: =1
5
+ PKG_RELEASE: =2
6
6
7
7
PKG_SOURCE_PROTO: =git
8
8
PKG_SOURCE_URL: =https://github.com/svpcom/wfb-ng.git
9
- PKG_SOURCE_VERSION: =b9ba1b69d86b2620150d46acb926e1beb6a06906
9
+ PKG_SOURCE_VERSION: =3a053040442174e6c1ce76866c6da4b12c19dbb4
10
10
# PKG_MIRROR_HASH:=2451a64be61a5052c2625c859548adcea141afece7ad297e0043bb911035dcdd
11
11
12
12
PKG_LICENSE: =GPL-3.0-only
15
15
16
16
PKG_BUILD_PARALLEL: =1
17
17
PYPI_SOURCE_NAME: =wfb_ng
18
+ PKG_BUILD_DEPENDS: =libevent2
18
19
19
20
include $(INCLUDE_DIR ) /package.mk
20
21
include $(TOPDIR ) /feeds/packages/lang/python/python3-package.mk
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
2
2
3
3
PKG_NAME: =wfb-ng
4
4
PKG_VERSION: =24.9.7
5
- PKG_RELEASE: =1
5
+ PKG_RELEASE: =2
6
6
7
7
PKG_SOURCE_PROTO: =git
8
8
PKG_SOURCE_URL: =https://github.com/svpcom/wfb-ng.git
@@ -14,6 +14,7 @@ PKG_LICENSE_FILES:=LICENSE
14
14
PKG_MAINTAINER: =Vasily Evseenko <
[email protected] >
15
15
16
16
PKG_BUILD_PARALLEL: =1
17
+ PKG_BUILD_DEPENDS: =libevent2
17
18
18
19
include $(INCLUDE_DIR ) /package.mk
19
20
@@ -25,7 +26,7 @@ define Package/wfb-ng
25
26
SUBMENU:=Wireless
26
27
TITLE:=Long-range packet radio link using raw WiFi
27
28
URL:=https://github.com/svpcom/wfb-ng
28
- DEPENDS:=+libpcap +libsodium +libstdcpp +libevent2-core
29
+ DEPENDS:=+libpcap +libsodium +libstdcpp
29
30
endef
30
31
31
32
define Package/wfb-ng/description
You can’t perform that action at this time.
0 commit comments