sdk: filter out CONFIG_SIGNED_PACKAGES for generated config
[openwrt.git] / target / sdk / convert-config.pl
index 243de0b..e701b42 100755 (executable)
@@ -10,6 +10,7 @@ EOF
 
 while (<>) {
        chomp;
+       next if /^CONFIG_SIGNED_PACKAGES/;
        next unless /^CONFIG_([^=]+)=(.*)$/;
 
        my $var = $1;