mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 07:49:29 -05: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:
@@ -10,6 +10,7 @@ EOF
|
||||
|
||||
while (<>) {
|
||||
chomp;
|
||||
next if /^CONFIG_SIGNED_PACKAGES/;
|
||||
next unless /^CONFIG_([^=]+)=(.*)$/;
|
||||
|
||||
my $var = $1;
|
||||
|
||||
Reference in New Issue
Block a user