sdk: filter out CONFIG_SIGNED_PACKAGES for generated config
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Apr 2015 12:39:02 +0000 (12:39 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Apr 2015 12:39:02 +0000 (12:39 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45581 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/sdk/convert-config.pl

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