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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user