[scripts] feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23171 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2010-10-02 02:37:27 +00:00
parent c00e442f45
commit 36dc978a0e
1 changed files with 1 additions and 0 deletions

View File

@ -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]);
}
}
}