X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/482da31cc4325012b2111aa2d280dd9a53a8a1ab..be413f5248d31ed8ddd27ce535221a12e78b7088:/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]); } } }