projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e25b8
)
feeds: restore previously active feed after install_package(), fixes install all...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 2 Oct 2010 02:37:27 +0000
(
02:37
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 2 Oct 2010 02:37:27 +0000
(
02:37
+0000)
SVN-Revision: 23171
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index 5e27487e44654a5bf035dbd14149cf359aba269b..43c5c6dc43d2e691c0ee283b6651808d58a46ea4 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]);
}
}
}