Skip to content

Commit

Permalink
Package 0.6.3-1 and enable 24.10 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Jan 16, 2025
1 parent 1ae088f commit ad97525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- mipsel_24kc
revision:
- SNAPSHOT
- openwrt-24.10
steps:
- uses: actions/checkout@v4
with:
Expand Down
7 changes: 4 additions & 3 deletions net/mimic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk

PKG_NAME := mimic
PKG_VERSION := 0.6.2
PKG_VERSION := 0.6.3
PKG_RELEASE := 1

PKG_BUILD_DIR := $(BUILD_DIR)/mimic-$(PKG_VERSION)
PKG_SOURCE := v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL := https://github.com/hack3ric/mimic/archive/refs/tags
PKG_HASH := f35be3289776c2b557b0f7782a19c9adafbc2b47c306fafe9b3d44c949f5a216
PKG_HASH := e699e66a2f870265294f194f2f46e091e1248eea764019695561b6564acd28f9

PKG_BUILD_DEPENDS := argp-standalone bpf-headers bpftool/host

Expand Down Expand Up @@ -51,7 +51,8 @@ mimic_cli_flags := \
ARGP_STANDALONE=1 \
CHECKSUM_HACK=kprobe \
RUNTIME_DIR=/var/run/mimic \
STRIP_BTF_EXT=1
STRIP_BTF_EXT=1 \
USE_LIBXDP=0

export BPF_CFLAGS := \
-I$(BPF_HEADERS_DIR)/user_headers/include \
Expand Down

0 comments on commit ad97525

Please sign in to comment.