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:
0887798
)
don't display the "Image configuration" menu entry when there's nothing to pre-config...
author
Nicolas Thill
<nico@openwrt.org>
Fri, 22 Aug 2008 04:18:35 +0000
(
04:18
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 22 Aug 2008 04:18:35 +0000
(
04:18
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12366
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/metadata.pl
patch
|
blob
|
history
diff --git
a/scripts/metadata.pl
b/scripts/metadata.pl
index
d920f59
..
ce80924
100755
(executable)
--- a/
scripts/metadata.pl
+++ b/
scripts/metadata.pl
@@
-472,7
+472,7
@@
sub print_package_config_category($) {
sub gen_package_config() {
parse_package_metadata($ARGV[0]) or exit 1;
- print "menuconfig UCI_PRECONFIG\n\tbool \"Image configuration\"\n";
+ print "menuconfig UCI_PRECONFIG\n\tbool \"Image configuration\"\n"
if %preconfig
;
foreach my $preconfig (keys %preconfig) {
foreach my $cfg (keys %{$preconfig{$preconfig}}) {
my $conf = $preconfig{$preconfig}->{$cfg}->{id};