annoying initrd bug introduced by 2.6.17
[openwrt.git] / scripts / gen_menuconfig.pl
index c40e1ca..eff78dc 100755 (executable)
@@ -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";
This page took 0.018958 seconds and 4 git commands to generate.