update(system): update system squashfs.

This commit is contained in:
kangjun
2024-09-27 16:55:39 +08:00
parent 6015482e43
commit 40efb965ea
16 changed files with 96 additions and 24 deletions

View File

@@ -3144,11 +3144,7 @@ CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_MAC_TURKISH is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set
CONFIG_EROFS_FS=y
# CONFIG_EROFS_FS_DEBUG is not set
# CONFIG_EROFS_FS_XATTR is not set
CONFIG_EROFS_FS_ZIP=y
CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1
# CONFIG_EROFS_FS is not set
#
# Kernel hacking

View File

@@ -2596,11 +2596,7 @@ CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_MAC_TURKISH is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set
CONFIG_EROFS_FS=y
# CONFIG_EROFS_FS_DEBUG is not set
# CONFIG_EROFS_FS_XATTR is not set
CONFIG_EROFS_FS_ZIP=y
CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1
# CONFIG_EROFS_FS is not set
#
# Kernel hacking

View File

@@ -53,13 +53,13 @@ size = 16
[partition]
name = rootfs
size = 20992
size = 20480
downloadfile = "rootfs.fex"
user_type = 0x8000
[partition]
name = extend
size = 4352
size = 4096
downloadfile = "usr.fex"
user_type = 0x8000