projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[scripts] feeds: restore previously active feed after install_package(), fixes instal...
[openwrt.git]
/
scripts
/
feeds
diff --git
a/scripts/feeds
b/scripts/feeds
index
5e27487
..
43c5c6d
100755
(executable)
--- 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]);
}
}
}
This page took
0.023281 seconds
and
4
git commands to generate.