summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChukun Pan2025-08-29 15:10:06 +0000
committerHauke Mehrtens2025-10-19 22:48:11 +0000
commitab805ec316b54c96c67da9533ca1202930aa5c17 (patch)
treecf44d3cc3050804d64a893af953531d379e383b3
parent001981ce1df3e04d9a678eb56058fe03e3c12e3d (diff)
downloadopenwrt-ab805ec316b54c96c67da9533ca1202930aa5c17.tar.gz
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@jmu.edu.cn> Link: https://github.com/openwrt/openwrt/pull/20140 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/generic/config-6.121
-rw-r--r--target/linux/generic/config-6.61
2 files changed, 2 insertions, 0 deletions
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