mirror of https://github.com/hak5/openwrt.git
ignore kernel and base-files depends, both don't install anything into the staging dir
SVN-Revision: 4890lede-17.01
parent
575adae733
commit
804011d813
|
@ -62,6 +62,7 @@ foreach $name (sort {uc($a) cmp uc($b)} keys %pkg) {
|
||||||
} elsif (defined($pkg{$dep}) && !$options{SDK}) {
|
} elsif (defined($pkg{$dep}) && !$options{SDK}) {
|
||||||
$idx = $dep;
|
$idx = $dep;
|
||||||
}
|
}
|
||||||
|
undef $idx if $idx =~ /^(kernel)|(base-files)$/;
|
||||||
if ($idx) {
|
if ($idx) {
|
||||||
next if $dep{$pkg{$name}->{src}."->".$idx};
|
next if $dep{$pkg{$name}->{src}."->".$idx};
|
||||||
$depline .= " $idx\-compile";
|
$depline .= " $idx\-compile";
|
||||||
|
|
Loading…
Reference in New Issue