diff options
| author | Rosen Penev | 2025-07-20 23:36:01 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-27 16:22:31 +0000 |
| commit | 3d8a13413fd9d4d0aa6d766a92f5e2a4a69f0d8f (patch) | |
| tree | 0fedda0ec648348aeae17dbdcf3996f1ebc33e6a | |
| parent | 423ed9fc5aead61bbf241f5f8fdadb7672e499d7 (diff) | |
| download | openwrt-3d8a13413fd9d4d0aa6d766a92f5e2a4a69f0d8f.tar.gz | |
apm821xx: fix sata config
The initial + looks like a copy/paste error.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19481
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/apm821xx/sata/config-default | 8 |
1 files 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 |