mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 20:59:28 -05:00
feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies
SVN-Revision: 23171
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user