projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5fd401
)
fix for multiple dependency flags
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Jun 2006 17:50:49 +0000
(17:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Jun 2006 17:50:49 +0000
(17:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4023
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/gen_menuconfig.pl
patch
|
blob
|
history
diff --git
a/scripts/gen_menuconfig.pl
b/scripts/gen_menuconfig.pl
index
c40e1ca
..
eff78dc
100755
(executable)
--- a/
scripts/gen_menuconfig.pl
+++ b/
scripts/gen_menuconfig.pl
@@
-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";