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:
parent
51d0476ab0
commit
d2e02d6377
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ EOF
|
||||||
|
|
||||||
while (<>) {
|
while (<>) {
|
||||||
chomp;
|
chomp;
|
||||||
|
next if /^CONFIG_SIGNED_PACKAGES/;
|
||||||
next unless /^CONFIG_([^=]+)=(.*)$/;
|
next unless /^CONFIG_([^=]+)=(.*)$/;
|
||||||
|
|
||||||
my $var = $1;
|
my $var = $1;
|
||||||
|
|
Loading…
Reference in a new issue