summaryrefslogtreecommitdiff
path: root/scripts/feeds
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-02 02:37:27 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-02 02:37:27 +0000
commitadcfdc46e0c9b8179a8965731cac89895fa742ac (patch)
tree3251da38d2d23fde99846113fc13a2b742dd0b7c /scripts/feeds
parentb7e25b807bc3e4b32d9455a00ac6310904796526 (diff)
downloadmtk-20170518-adcfdc46e0c9b8179a8965731cac89895fa742ac.zip
mtk-20170518-adcfdc46e0c9b8179a8965731cac89895fa742ac.tar.gz
mtk-20170518-adcfdc46e0c9b8179a8965731cac89895fa742ac.tar.bz2
feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies
SVN-Revision: 23171
Diffstat (limited to 'scripts/feeds')
-rwxr-xr-xscripts/feeds1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/feeds b/scripts/feeds
index 5e27487..43c5c6d 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]);
}
}
}