sdk: filter out CONFIG_SIGNED_PACKAGES for generated config

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45581
This commit is contained in:
Felix Fietkau 2015-04-25 12:39:02 +00:00
parent 51d0476ab0
commit d2e02d6377

View file

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