mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 19:07:13 +00:00
fix for multiple dependency flags
SVN-Revision: 4023
This commit is contained in:
@@ -29,7 +29,7 @@ sub print_category($) {
|
||||
}
|
||||
foreach my $depend (@{$pkg->{depends}}) {
|
||||
my $m = "depends";
|
||||
$depend =~ s/^([@\+])//;
|
||||
$depend =~ s/^([@\+]+)//;
|
||||
my $flags = $1;
|
||||
$flags =~ /@/ or $depend = "PACKAGE_$depend";
|
||||
$flags =~ /\+/ and $m = "select";
|
||||
|
||||
Reference in New Issue
Block a user