build: remove profile kernel/build system config override support
[openwrt/staging/nbd.git] / scripts / metadata.pl
index c7582b42dc5b2a3901667476229fe7744c680cea..822382cd6c865ec2a0407d89f000e867819266e2 100755 (executable)
@@ -287,9 +287,7 @@ EOF
 config TARGET_$target->{conf}_$profile->{id}
        bool "$profile->{name}"
        depends on TARGET_$target->{conf}
-$profile->{config}
 EOF
-                       $profile->{kconfig} and print "\tselect PROFILE_KCONFIG\n";
                        my @pkglist = merge_package_lists($target->{packages}, $profile->{packages});
                        foreach my $pkg (@pkglist) {
                                print "\tselect DEFAULT_$pkg\n";