Workaround tcpdump build fail

This commit is contained in:
2023-01-20 19:34:18 -05:00
parent fd729d02eb
commit a684747c94
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -9,7 +9,6 @@ default_packages="\
luci-ssl \
nano \
htop \
tcpdump \
diffutils \
tar \
iperf \