metadata.pl: fix menuconfig code for package features

SVN-Revision: 18386
master
Felix Fietkau 15 years ago
parent 0b69c5e549
commit edeee3ac19
  1. 5
      scripts/metadata.pl

@ -549,9 +549,10 @@ EOF
print <<EOF;
config FEATURE_$feature->{name}
bool "$feature->{title}"
help
$feature->{description}
EOF
$feature->{description} =~ /\w/ and do {
print "\t\thelp\n".$feature->{description}."\n";
};
}
print "endchoice\n"
}

Loading…
Cancel
Save