mirror of https://github.com/hak5/openwrt.git
parent
00dee08dd9
commit
fb710194e7
|
@ -52,7 +52,7 @@ foreach $name (sort {uc($a) cmp uc($b)} keys %pkg) {
|
||||||
my $idx;
|
my $idx;
|
||||||
if (defined $pkg{$dep}->{src}) {
|
if (defined $pkg{$dep}->{src}) {
|
||||||
($pkg{$name}->{src} ne $pkg{$dep}->{src}) and $idx = $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;
|
$idx = $dep;
|
||||||
}
|
}
|
||||||
if ($idx) {
|
if ($idx) {
|
||||||
|
|
Loading…
Reference in New Issue