aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-07-18 13:11:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-07-18 13:11:46 +0000
commitb2f22333065a90ee2d1771d8edde14bade2cabe0 (patch)
tree692c4c963aa894b40407774a820643a3cbcca38c /scripts/metadata.pm
parenta842efc8cdaab4945a512cb4a5692a7dd010ef8d (diff)
downloadupstream-b2f22333065a90ee2d1771d8edde14bade2cabe0.tar.gz
upstream-b2f22333065a90ee2d1771d8edde14bade2cabe0.tar.bz2
upstream-b2f22333065a90ee2d1771d8edde14bade2cabe0.zip
scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kconfig instructions for hidden packages
SVN-Revision: 37397
Diffstat (limited to 'scripts/metadata.pm')
-rw-r--r--scripts/metadata.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/metadata.pm b/scripts/metadata.pm
index 5efef46924..6f86e67eaf 100644
--- a/scripts/metadata.pm
+++ b/scripts/metadata.pm
@@ -64,7 +64,6 @@ sub parse_package_metadata($) {
$pkg->{makefile} = $makefile;
$pkg->{name} = $1;
$pkg->{title} = "";
- $pkg->{default} = "m if ALL";
$pkg->{depends} = [];
$pkg->{mdepends} = [];
$pkg->{builddepends} = [];