X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8b3361e1597ffb0381f48f8853da00ac7989549d..8757dd2144032362577db2cdb54b75e41e367c17:/scripts/feeds diff --git a/scripts/feeds b/scripts/feeds index 5e27487e4..43c5c6dc4 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -402,6 +402,7 @@ sub install { next if $p->{vdepends}; if( $p->{name} ) { install_package($feed, $p->{name}) == 0 or $ret = 1; + get_feed($f->[1]); } } }