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>
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 8 years ago
parent 9eeb267c06
commit 4ed8e57fd9

@ -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…
Cancel
Save