Skip to content
Snippets Groups Projects
Commit 4ed8e57f authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

sdk: remove redundant symbol declaration


Commit d79f8909 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: default avatarJo-Philipp Wich <jo@mein.io>
parent 9eeb267c
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env perl
use strict;
print <<EOF;
config ALL
bool
default y
EOF
while (<>) {
chomp;
next if /^CONFIG_SIGNED_PACKAGES/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment