X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/211af51534060df7e58158037a6ff701f44f780e..e73df5567cc022dcbc5e11975886e799fcfb2f72:/scripts/gen_deps.pl diff --git a/scripts/gen_deps.pl b/scripts/gen_deps.pl index 32bf1f5df..04998715d 100755 --- a/scripts/gen_deps.pl +++ b/scripts/gen_deps.pl @@ -52,7 +52,7 @@ foreach $name (sort {uc($a) cmp uc($b)} keys %pkg) { my $idx; if (defined $pkg{$dep}->{src}) { ($pkg{$name}->{src} ne $pkg{$dep}->{src}) and $idx = $pkg{$dep}->{src}; - } elsif (defined $pkg{$dep}) { + } elsif (defined($pkg{$dep}) && !$options{SDK}) { $idx = $dep; } if ($idx) {