[package] uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99...
[openwrt.git] / scripts / feeds
index 5e27487..4c0fe91 100755 (executable)
@@ -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]);
                                        }
                                }
                        }
@@ -568,7 +569,7 @@ Commands:
 
        update -a|<feedname(s)>: Update packages and lists of feeds in feeds.conf .
        Options:
-           -a :           Update all feeds listed within feeds.conf. Otherwise the spezified feeds will be updated.
+           -a :           Update all feeds listed within feeds.conf. Otherwise the specified feeds will be updated.
            -i :           Recreate the index only. No feed update from repository is performed.
 
        clean:             Remove downloaded/generated files.
This page took 0.023422 seconds and 4 git commands to generate.