mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 02:44:44 +02:00
move DEFAULT_foo out of PACKAGE_foo, it was breaking package menus.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5881 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dd7d76d230
commit
76b52ee4a2
@ -66,6 +66,8 @@ sub print_category($) {
|
|||||||
}
|
}
|
||||||
$menus{$menu} or $menus{$menu} = [];
|
$menus{$menu} or $menus{$menu} = [];
|
||||||
push @{$menus{$menu}}, $pkg;
|
push @{$menus{$menu}}, $pkg;
|
||||||
|
print "\tconfig DEFAULT_".$pkg->{name}."\n";
|
||||||
|
print "\t\tbool\n\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
my @menus = sort {
|
my @menus = sort {
|
||||||
@ -89,8 +91,6 @@ sub print_category($) {
|
|||||||
if ($c > 0) {
|
if ($c > 0) {
|
||||||
$title .= ("." x $c). " ". $pkg->{title};
|
$title .= ("." x $c). " ". $pkg->{title};
|
||||||
}
|
}
|
||||||
print "\tconfig DEFAULT_".$pkg->{name}."\n";
|
|
||||||
print "\t\tbool\n\n";
|
|
||||||
print "\t";
|
print "\t";
|
||||||
$pkg->{menu} and print "menu";
|
$pkg->{menu} and print "menu";
|
||||||
print "config PACKAGE_".$pkg->{name}."\n";
|
print "config PACKAGE_".$pkg->{name}."\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user