mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 20:47:01 +00:00
scripts/feeds: fix installing targets without explicitly specifying the feed
Add similar code to what is done on packages Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
1404b3c3e6
commit
0bdf8d1206
@ -499,6 +499,8 @@ sub install_target {
|
|||||||
my $feed = shift;
|
my $feed = shift;
|
||||||
my $name = shift;
|
my $name = shift;
|
||||||
|
|
||||||
|
$feed = lookup_target($feed, $name);
|
||||||
|
|
||||||
$installed_targets{$name} and return 0;
|
$installed_targets{$name} and return 0;
|
||||||
|
|
||||||
$feed = $feed_cache{$feed->[1]}->[2];
|
$feed = $feed_cache{$feed->[1]}->[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user