aboutsummaryrefslogtreecommitdiffstats
path: root/target/sdk/convert-config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'target/sdk/convert-config.pl')
-rwxr-xr-xtarget/sdk/convert-config.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/sdk/convert-config.pl b/target/sdk/convert-config.pl
index e701b42eb9..0e562f9558 100755
--- a/target/sdk/convert-config.pl
+++ b/target/sdk/convert-config.pl
@@ -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/;