diff --git a/target/sdk/convert-config.pl b/target/sdk/convert-config.pl index e701b42eb93af249a3c59c0d12235806b1e82e51..0e562f95582b718880ff201b4a5015fc317a5a28 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/;