mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
fix a prereq bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8a854beb05
commit
2e57c3227c
@ -556,7 +556,7 @@ sub gen_package_mk() {
|
||||
}
|
||||
if ($config) {
|
||||
print "package-$config += $pkg->{subdir}$pkg->{src}\n";
|
||||
$pkg->{prereq} and print "prereq-$config += $pkg->{src}\n";
|
||||
$pkg->{prereq} and print "prereq-$config += $pkg->{subdir}$pkg->{src}\n";
|
||||
}
|
||||
|
||||
my $hasdeps = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user