Browse Source

Workaround tcpdump build fail

bryan 2 years ago
parent
commit
a684747c94
2 changed files with 1 additions and 1 deletions
  1. 1 0
      openwrtbuilder
  2. 0 1
      profiles

+ 1 - 0
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

+ 0 - 1
profiles

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