scripts/metadata.pl: remove sdk specific config symbol override
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39916 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3e9ac890b2
commit
65295c0bb2
1 changed files with 1 additions and 8 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue