aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-03 12:29:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-03 12:29:22 +0000
commit2f90419aa78b0b31c74e6f6e44b116daff833c22 (patch)
tree74aeb1baee08d952ae1eaecde8ad5b612ad165e9
parent0612544cd072cda2a35687e196c10e4f6d2cf848 (diff)
downloadmaster-187ad058-2f90419aa78b0b31c74e6f6e44b116daff833c22.tar.gz
master-187ad058-2f90419aa78b0b31c74e6f6e44b116daff833c22.tar.bz2
master-187ad058-2f90419aa78b0b31c74e6f6e44b116daff833c22.zip
ignore kernel and base-files depends, both don't install anything into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4890 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xscripts/gen_deps.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_deps.pl b/scripts/gen_deps.pl
index 0cdcc97a14..70c07b70a8 100755
--- a/scripts/gen_deps.pl
+++ b/scripts/gen_deps.pl
@@ -62,6 +62,7 @@ foreach $name (sort {uc($a) cmp uc($b)} keys %pkg) {
} elsif (defined($pkg{$dep}) && !$options{SDK}) {
$idx = $dep;
}
+ undef $idx if $idx =~ /^(kernel)|(base-files)$/;
if ($idx) {
next if $dep{$pkg{$name}->{src}."->".$idx};
$depline .= " $idx\-compile";