From: Jo-Philipp Wich Date: Tue, 24 May 2016 21:39:18 +0000 (+0200) Subject: sdk: remove redundant symbol declaration X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ed8e57fd9556b02c0de0caf5b33137110b82d86;p=librecmc%2Flibrecmc.git 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 --- 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 <) { chomp; next if /^CONFIG_SIGNED_PACKAGES/;