Skip to content
Snippets Groups Projects
Commit 52dcb1f4 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

scripts/metadata.pl: remove sdk specific config symbol override


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 39916
parent 2a5f6cad
No related branches found
No related tags found
No related merge requests found
...@@ -674,14 +674,7 @@ sub gen_package_mk() { ...@@ -674,14 +674,7 @@ sub gen_package_mk() {
next if defined $pkg->{vdepends}; next if defined $pkg->{vdepends};
if ($ENV{SDK}) { $config = "\$(CONFIG_PACKAGE_$name)";
$conf{$pkg->{src}} or do {
$config = 'm';
$conf{$pkg->{src}} = 1;
};
} else {
$config = "\$(CONFIG_PACKAGE_$name)"
}
if ($config) { if ($config) {
$pkg->{buildonly} and $config = ""; $pkg->{buildonly} and $config = "";
print "package-$config += $pkg->{subdir}$pkg->{src}\n"; print "package-$config += $pkg->{subdir}$pkg->{src}\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment