1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

scripts/feeds: fix a warning (#4474)

SVN-Revision: 15600
This commit is contained in:
Felix Fietkau 2009-05-04 18:50:58 +00:00
parent 141925202e
commit 0db826eded

@ -60,6 +60,7 @@ sub parse_package_metadata($) {
$pkg->{src} = $src;
$pkg->{makefile} = $makefile;
$pkg->{name} = $1;
$pkg->{title} = "";
$pkg->{default} = "m if ALL";
$pkg->{depends} = [];
$pkg->{builddepends} = [];