添加音频文件
This commit is contained in:
parent
edec459375
commit
75deedef87
|
@ -53,13 +53,13 @@ size = 16
|
|||
|
||||
[partition]
|
||||
name = rootfs
|
||||
size = 11136
|
||||
size = 12288
|
||||
downloadfile = "rootfs.fex"
|
||||
user_type = 0x8000
|
||||
|
||||
[partition]
|
||||
name = extend
|
||||
size = 2048
|
||||
size = 4096
|
||||
downloadfile = "usr.fex"
|
||||
user_type = 0x8000
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -58,10 +58,9 @@ CONFIG_TARGET_ROOTFS_SQUASHFS=y
|
|||
CONFIG_ROOTFS_SQUASHFS_LZ4=y
|
||||
# CONFIG_ROOTFS_SQUASHFS_ZLIB is not set
|
||||
# CONFIG_USR_SQUASHFS_FOLLOW_ROOTFS is not set
|
||||
CONFIG_USR_SQUASHFS_XZ=y
|
||||
# CONFIG_USR_SQUASHFS_LZ4 is not set
|
||||
# CONFIG_USR_SQUASHFS_XZ is not set
|
||||
CONFIG_USR_SQUASHFS_LZ4=y
|
||||
# CONFIG_USR_SQUASHFS_ZLIB is not set
|
||||
CONFIG_KERNEL_SQUASHFS_XZ=y
|
||||
CONFIG_KERNEL_SQUASHFS_LZ4=y
|
||||
CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=256
|
||||
CONFIG_TARGET_UBIFS_FREE_SPACE_FIXUP=y
|
||||
|
@ -2202,6 +2201,7 @@ CONFIG_PACKAGE_wifimanager-v2.0=y
|
|||
# Wifimanager-v2.0 Configuration
|
||||
#
|
||||
# CONFIG_WMG_PROTOCOL_SOFTAP is not set
|
||||
# CONFIG_WMG_PROTOCOL_BLE is not set
|
||||
# CONFIG_WMG_PROTOCOL_XCONFIG is not set
|
||||
# CONFIG_WMG_PROTOCOL_SOUNDWAVE is not set
|
||||
# CONFIG_WMG_PLATFORM_LINUX is not set
|
||||
|
|
|
@ -60,14 +60,14 @@ CONFIG_EXTERNAL_CPIO=""
|
|||
# CONFIG_TARGET_ROOTFS_JFFS2 is not set
|
||||
# CONFIG_TARGET_ROOTFS_EROFS is not set
|
||||
CONFIG_TARGET_ROOTFS_SQUASHFS=y
|
||||
CONFIG_ROOTFS_SQUASHFS_XZ=y
|
||||
# CONFIG_ROOTFS_SQUASHFS_LZ4 is not set
|
||||
# CONFIG_ROOTFS_SQUASHFS_XZ is not set
|
||||
CONFIG_ROOTFS_SQUASHFS_LZ4=y
|
||||
# CONFIG_ROOTFS_SQUASHFS_ZLIB is not set
|
||||
# CONFIG_USR_SQUASHFS_FOLLOW_ROOTFS is not set
|
||||
CONFIG_USR_SQUASHFS_XZ=y
|
||||
# CONFIG_USR_SQUASHFS_LZ4 is not set
|
||||
# CONFIG_USR_SQUASHFS_XZ is not set
|
||||
CONFIG_USR_SQUASHFS_LZ4=y
|
||||
# CONFIG_USR_SQUASHFS_ZLIB is not set
|
||||
CONFIG_KERNEL_SQUASHFS_XZ=y
|
||||
CONFIG_KERNEL_SQUASHFS_LZ4=y
|
||||
CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=256
|
||||
CONFIG_TARGET_UBIFS_FREE_SPACE_FIXUP=y
|
||||
CONFIG_TARGET_UBIFS_JOURNAL_SIZE=""
|
||||
|
|
Loading…
Reference in New Issue