Browse Source

sdk: remove redundant symbol declaration

Commit d79f8909c1bde8376c82537798ce363797033cf9 introduced CONFIG_ALL,
CONFIG_ALL_KMODS and CONFIG_ALL_NONSHARED as menuconfig choices to the SDK,
therefor we can drop the hardcoded CONFIG_ALL symbol declaration now.

Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 9 years ago
parent
commit
4ed8e57fd9
1 changed files with 0 additions and 7 deletions
  1. 0 7
      target/sdk/convert-config.pl

+ 0 - 7
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/;