mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-27 06:39:51 +00:00
parent
141925202e
commit
0db826eded
@ -60,6 +60,7 @@ sub parse_package_metadata($) {
|
|||||||
$pkg->{src} = $src;
|
$pkg->{src} = $src;
|
||||||
$pkg->{makefile} = $makefile;
|
$pkg->{makefile} = $makefile;
|
||||||
$pkg->{name} = $1;
|
$pkg->{name} = $1;
|
||||||
|
$pkg->{title} = "";
|
||||||
$pkg->{default} = "m if ALL";
|
$pkg->{default} = "m if ALL";
|
||||||
$pkg->{depends} = [];
|
$pkg->{depends} = [];
|
||||||
$pkg->{builddepends} = [];
|
$pkg->{builddepends} = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user