arc: Build uImage as well as vmlinux output files
[lede-git/.git] / target / sdk / convert-config.pl
index e701b42eb93af249a3c59c0d12235806b1e82e51..0e562f95582b718880ff201b4a5015fc317a5a28 100755 (executable)
@@ -1,13 +1,6 @@
 #!/usr/bin/env perl
 use strict;
 
-print <<EOF;
-config ALL
-       bool
-       default y
-
-EOF
-
 while (<>) {
        chomp;
        next if /^CONFIG_SIGNED_PACKAGES/;