diff options
Diffstat (limited to 'target')
-rwxr-xr-x | target/sdk/convert-config.pl | 7 |
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/; |