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 be9201d
Showing 1 changed file with 3 additions and 2 deletions.
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 be9201d

Please sign in to comment.