From a684747c94d9c3ec93954b4fd1d2ccb803c37ffa Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 20 Jan 2023 19:34:18 -0500 Subject: [PATCH] Workaround tcpdump build fail --- openwrtbuilder | 1 + profiles | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index 6b411ab..accfff3 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -613,6 +613,7 @@ fromSource() { make targetclean make "${make_opts[@]}" download && + debug "${make_opts[*]} -j$(nproc) world" && make "${make_opts[@]}" -j"$(nproc)" world popd &>/dev/null || return 1 diff --git a/profiles b/profiles index 18321b4..0700123 100644 --- a/profiles +++ b/profiles @@ -9,7 +9,6 @@ default_packages="\ luci-ssl \ nano \ htop \ - tcpdump \ diffutils \ tar \ iperf \