sdk: remove redundant symbol declaration
Commit d79f8909c1
introduced CONFIG_ALL,
CONFIG_ALL_KMODS and CONFIG_ALL_NONSHARED as menuconfig choices to the SDK,
therefor we can drop the hardcoded CONFIG_ALL symbol declaration now.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
9eeb267c06
commit
4ed8e57fd9
1 changed files with 0 additions and 7 deletions
|
@ -1,13 +1,6 @@
|
|||
#!/usr/bin/env perl
|
||||
use strict;
|
||||
|
||||
print <<EOF;
|
||||
config ALL
|
||||
bool
|
||||
default y
|
||||
|
||||
EOF
|
||||
|
||||
while (<>) {
|
||||
chomp;
|
||||
next if /^CONFIG_SIGNED_PACKAGES/;
|
||||
|
|
Loading…
Reference in a new issue