mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
metadata.pl: fix menuconfig code for package features
SVN-Revision: 18386
This commit is contained in:
parent
0b69c5e549
commit
edeee3ac19
@ -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…
Reference in New Issue
Block a user