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:
Jo-Philipp Wich 2016-05-24 23:39:18 +02:00
parent 9eeb267c06
commit 4ed8e57fd9
1 changed files with 0 additions and 7 deletions

View File

@ -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/;