projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d0476
)
sdk: filter out CONFIG_SIGNED_PACKAGES for generated config
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 25 Apr 2015 12:39:02 +0000
(12:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 25 Apr 2015 12:39:02 +0000
(12:39 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45581
target/sdk/convert-config.pl
patch
|
blob
|
history
diff --git
a/target/sdk/convert-config.pl
b/target/sdk/convert-config.pl
index 243de0b87b419376962961bfbeef1408b9aafe46..e701b42eb93af249a3c59c0d12235806b1e82e51 100755
(executable)
--- 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;