Signed-off-by: Felix Fietkau <[email protected]> SVN-Revision: 45581
@@ -10,6 +10,7 @@ EOF
while (<>) {
chomp;
+ next if /^CONFIG_SIGNED_PACKAGES/;
next unless /^CONFIG_([^=]+)=(.*)$/;
my $var = $1;