Skip to content
Snippets Groups Projects
Commit c29e1f18 authored by nbd's avatar nbd
Browse files

sdk: filter out CONFIG_SIGNED_PACKAGES for generated config


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45581 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 230b3aec
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ EOF
while (<>) {
chomp;
next if /^CONFIG_SIGNED_PACKAGES/;
next unless /^CONFIG_([^=]+)=(.*)$/;
my $var = $1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment