Skip to content

Commit

Permalink
0.1.2-8
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Aug 18, 2024
1 parent 96b0ef2 commit 0a340c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2
PKG_RELEASE:=7
PKG_RELEASE:=8

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/EHfive/einat-ebpf/tar.gz/refs/tags/v$(PKG_VERSION)?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ popd
# Select the package Network -> Routing and Redirection -> einat-ebpf
make menuconfig
# Start compiling
make package/einat-ebpf/compile V=s -j$(nproc)
make package/einat-ebpf/compile V=s BUILD_LOG=y -j$(nproc)
```

[einat-ebpf]: https://github.com/EHfive/einat-ebpf
Expand Down

0 comments on commit 0a340c7

Please sign in to comment.