X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/39eb535cdc3d288c1f7c011409b9172905f68b47..f3c86673c180d69dba1658f2b3dcc083b0593642:/scripts/feeds diff --git a/scripts/feeds b/scripts/feeds index dd0a6c2fc..4b53fd117 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -173,7 +173,7 @@ sub search_feed { 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;