diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 23:39:18 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 23:40:50 +0200 |
commit | 4ed8e57fd9556b02c0de0caf5b33137110b82d86 (patch) | |
tree | fcca870a7d4b83c183f41ed3eff6c8900d38ce7d /target/sdk/convert-config.pl | |
parent | 9eeb267c066819c104a0648620a13f5635702b0b (diff) | |
download | upstream-4ed8e57fd9556b02c0de0caf5b33137110b82d86.tar.gz upstream-4ed8e57fd9556b02c0de0caf5b33137110b82d86.tar.bz2 upstream-4ed8e57fd9556b02c0de0caf5b33137110b82d86.zip |
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 <jo@mein.io>
Diffstat (limited to 'target/sdk/convert-config.pl')
-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/; |