mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
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>
This commit is contained in:
parent
001981ce1d
commit
ab805ec316
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue