scripts/package-metadata.pl: fix kmod pakage dependencies within the SDK
Instead of ignoring all metadata for package/kernel/linux, process it and only suppress emitting config data to tmp/.config-package.in This ensures that packages that select kmod-* packages can inherit their depdendencies. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -272,6 +272,7 @@ sub print_package_config_category($) {
|
||||
print "menu \"$menu\"\n";
|
||||
}
|
||||
foreach my $pkg (@pkgs) {
|
||||
next if $pkg->{ignore};
|
||||
my $title = $pkg->{name};
|
||||
my $c = (72 - length($pkg->{name}) - length($pkg->{title}));
|
||||
if ($c > 0) {
|
||||
|
||||
Reference in New Issue
Block a user