[openwrt/openwrt] apm821xx: fix sata config
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 27 09:23:16 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3d8a13413fd9d4d0aa6d766a92f5e2a4a69f0d8f
commit 3d8a13413fd9d4d0aa6d766a92f5e2a4a69f0d8f
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sun Jul 20 16:36:01 2025 -0700
apm821xx: fix sata config
The initial + looks like a copy/paste error.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19481
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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
More information about the lede-commits
mailing list