Skip to content

Commit

Permalink
0.1.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Nov 24, 2024
1 parent 82cc3e8 commit bc5a698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=einat-ebpf
PKG_VERSION:=0.1.4
PKG_RELEASE:=1
PKG_RELEASE:=2

ifneq ($(shell echo $(PKG_RELEASE) | grep -E '^[0-9]+$$'),)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand All @@ -21,7 +21,7 @@ PKG_MAINTAINER:=Anya Lin <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later GPL-2.0-only
PKG_LICENSE_FILES:=LICENSE

PKG_BUILD_DEPENDS:=rust/host libbpf #install libbpf headers
PKG_BUILD_DEPENDS:=rust/host libbpf HAS_BPF_TOOLCHAIN:bpf-headers
PKG_BUILD_PARALLEL:=1
PKG_BUILD_FLAGS:=no-mips16

Expand Down

0 comments on commit bc5a698

Please sign in to comment.