build: implement support for selecting multiple device profiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -87,6 +87,7 @@ sub parse_target_metadata($) {
|
||||
priority => 999,
|
||||
packages => []
|
||||
};
|
||||
$1 =~ /^DEVICE_/ and $target->{has_devices} = 1;
|
||||
push @{$target->{profiles}}, $profile;
|
||||
};
|
||||
/^Target-Profile-Name:\s*(.+)\s*$/ and $profile->{name} = $1;
|
||||
|
||||
Reference in New Issue
Block a user