Skip to content

Commit

Permalink
openwrt: remove mimic-bpftool
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Sep 12, 2024
1 parent 922f008 commit 88202e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 130 deletions.
128 changes: 0 additions & 128 deletions net/mimic-bpftool/Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions net/mimic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PKG_SOURCE := $(commit).tar.gz
PKG_SOURCE_URL := https://github.com/hack3ric/mimic/archive
PKG_HASH := bfa95e729d86380f40734e2876bba4785897c5d8c7f85c1e3ce60771925ec889

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

include $(INCLUDE_DIR)/package.mk

Expand Down Expand Up @@ -43,7 +43,7 @@ mimic_kmod_flags := \
mimic_cli_flags := \
MODE= \
BPF_CC="$(CLANG)" \
BPFTOOL="$(STAGING_DIR_HOST)/usr/sbin/mimic-bpftool" \
BPFTOOL="$(STAGING_DIR_HOST)/usr/sbin/bpftool" \
BPF_TARGET="$(BPF_TARGET)" \
LLVM_STRIP="$(LLVM_STRIP)" \
ARGP_STANDALONE=1 \
Expand Down

0 comments on commit 88202e5

Please sign in to comment.