From 3e917c63f5bc8e3e5693a1df2ce75cf105b2d132 Mon Sep 17 00:00:00 2001 From: Scott McKenzie Date: Mon, 18 Jul 2022 17:11:21 +1000 Subject: [PATCH] Swap CONFIG_PACKAGE_runc for CONFIG_PACKAGE_crun. Do not specifically compile Dropbear with Ed25519 support. --- .config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config b/.config index be5f530..2b07350 100644 --- a/.config +++ b/.config @@ -18,9 +18,6 @@ CONFIG_AUDIO_SUPPORT=n CONFIG_DISPLAY_SUPPORT=n CONFIG_PCMCIA_SUPPORT=n -# compile Dropbear with Ed25519 key type support -CONFIG_DROPBEAR_ED25519=y - # APU 2 kernel modules # https://openwrt.org/toh/pcengines/apu2#kernel_modules CONFIG_PACKAGE_kmod-ata-core=y @@ -87,7 +84,7 @@ CONFIG_PACKAGE_vim-full=y # podman + related CONFIG_PACKAGE_podman=y -CONFIG_PACKAGE_runc=y +CONFIG_PACKAGE_crun=y # remove default modules CONFIG_PACKAGE_kmod-bnx2=n