[ar71xx] tew-632brp: increase the size of rootfs partition, and build one unified...
[openwrt.git] / scripts / feeds
index dd0a6c2..4b53fd1 100755 (executable)
@@ -173,7 +173,7 @@ sub search_feed {
 
                foreach my $substr (@substr) {
                        my $match;
 
                foreach my $substr (@substr) {
                        my $match;
-                       foreach my $key (qw(name title description)) {
+                       foreach my $key (qw(name title description src)) {
                                $pkg->{$key} and $substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
                        }
                        $match or undef $pkgmatch;
                                $pkg->{$key} and $substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
                        }
                        $match or undef $pkgmatch;
This page took 0.02321 seconds and 4 git commands to generate.