Browse Source

sdk: filter out CONFIG_SIGNED_PACKAGES for generated config

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 45581
Felix Fietkau 10 years ago
parent
commit
d2e02d6377
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/sdk/convert-config.pl

+ 1 - 0
target/sdk/convert-config.pl

@@ -10,6 +10,7 @@ EOF
 
 while (<>) {
 	chomp;
+	next if /^CONFIG_SIGNED_PACKAGES/;
 	next unless /^CONFIG_([^=]+)=(.*)$/;
 
 	my $var = $1;