mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:17:32 +02:00
[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
This commit is contained in:
parent
8b3361e159
commit
8757dd2144
@ -402,6 +402,7 @@ sub install {
|
|||||||
next if $p->{vdepends};
|
next if $p->{vdepends};
|
||||||
if( $p->{name} ) {
|
if( $p->{name} ) {
|
||||||
install_package($feed, $p->{name}) == 0 or $ret = 1;
|
install_package($feed, $p->{name}) == 0 or $ret = 1;
|
||||||
|
get_feed($f->[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user