From 4ed8e57fd9556b02c0de0caf5b33137110b82d86 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 24 May 2016 23:39:18 +0200 Subject: [PATCH] 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 --- target/sdk/convert-config.pl | 7 ------- 1 file changed, 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 <) { chomp; next if /^CONFIG_SIGNED_PACKAGES/; -- 2.30.2