From 3d8a13413fd9d4d0aa6d766a92f5e2a4a69f0d8f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 20 Jul 2025 16:36:01 -0700 Subject: [PATCH] apm821xx: fix sata config The initial + looks like a copy/paste error. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/19481 Signed-off-by: Hauke Mehrtens --- target/linux/apm821xx/sata/config-default | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/apm821xx/sata/config-default b/target/linux/apm821xx/sata/config-default index 97d9b5f40b..8cb55c1aca 100644 --- a/target/linux/apm821xx/sata/config-default +++ b/target/linux/apm821xx/sata/config-default @@ -16,10 +16,10 @@ CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_MD5_PPC=y CONFIG_CRYPTO_SHA1_PPC=y -+# CONFIG_DM_CRYPT is not set -+# CONFIG_DM_INIT is not set -+# CONFIG_DM_MIRROR is not set -+# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_CRYPT is not set +# CONFIG_DM_INIT is not set +# CONFIG_DM_MIRROR is not set +# CONFIG_DM_SNAPSHOT is not set CONFIG_EXT4_FS=y CONFIG_F2FS_FS=y CONFIG_FREEZER=y -- 2.30.2