sdk: filter out CONFIG_SIGNED_PACKAGES for generated config
authorFelix Fietkau <nbd@openwrt.org>
Sat, 25 Apr 2015 12:39:02 +0000 (12:39 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 25 Apr 2015 12:39:02 +0000 (12:39 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45581

target/sdk/convert-config.pl

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