[openwrt/openwrt] generic: add missing squashfs config
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 19 15:49:18 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ab805ec316b54c96c67da9533ca1202930aa5c17
commit ab805ec316b54c96c67da9533ca1202930aa5c17
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Fri Aug 29 23:10:06 2025 +0800
generic: add missing squashfs config
SQUASHFS_DECOMP_MULTI_PERCPU is selected by
SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU, so add it.
Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/20140
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/generic/config-6.12 | 1 +
target/linux/generic/config-6.6 | 1 +
2 files changed, 2 insertions(+)
diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12
index b60d9c367e..dbf4fe49dd 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -6477,6 +6477,7 @@ CONFIG_SQUASHFS=y
# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set
CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU=y
# CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE is not set
+CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
CONFIG_SQUASHFS_EMBEDDED=y
# CONFIG_SQUASHFS_FILE_CACHE is not set
CONFIG_SQUASHFS_FILE_DIRECT=y
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index f00af6d9c8..980545120b 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -6307,6 +6307,7 @@ CONFIG_SQUASHFS=y
# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set
CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU=y
# CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE is not set
+CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
CONFIG_SQUASHFS_EMBEDDED=y
# CONFIG_SQUASHFS_FILE_CACHE is not set
CONFIG_SQUASHFS_FILE_DIRECT=y
More information about the lede-commits
mailing list