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 \