X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Fsdk%2Fconvert-config.pl;h=e701b42eb93af249a3c59c0d12235806b1e82e51;hb=c9ea5956a9cda2bf0ba92169d1f412c285b46487;hp=243de0b87b419376962961bfbeef1408b9aafe46;hpb=fac3dfc2240909c405f52cbfb543dc8343d26f5a;p=openwrt-github%2F.git diff --git a/target/sdk/convert-config.pl b/target/sdk/convert-config.pl index 243de0b87b..e701b42eb9 100755 --- a/target/sdk/convert-config.pl +++ b/target/sdk/convert-config.pl @@ -10,6 +10,7 @@ EOF while (<>) { chomp; + next if /^CONFIG_SIGNED_PACKAGES/; next unless /^CONFIG_([^=]+)=(.*)$/; my $var = $1;