mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-05 21:38:42 +00:00
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
@ -10,6 +10,7 @@ EOF
|
||||
|
||||
while (<>) {
|
||||
chomp;
|
||||
next if /^CONFIG_SIGNED_PACKAGES/;
|
||||
next unless /^CONFIG_([^=]+)=(.*)$/;
|
||||
|
||||
my $var = $1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user