mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:30:37 +02:00
metadata.pl: fix menuconfig code for package features
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18386 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25941ba23f
commit
6e4aacf42a
@ -549,9 +549,10 @@ EOF
|
|||||||
print <<EOF;
|
print <<EOF;
|
||||||
config FEATURE_$feature->{name}
|
config FEATURE_$feature->{name}
|
||||||
bool "$feature->{title}"
|
bool "$feature->{title}"
|
||||||
help
|
|
||||||
$feature->{description}
|
|
||||||
EOF
|
EOF
|
||||||
|
$feature->{description} =~ /\w/ and do {
|
||||||
|
print "\t\thelp\n".$feature->{description}."\n";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
print "endchoice\n"
|
print "endchoice\n"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user