Make kopts respect whitespace

This commit is contained in:
2023-01-31 17:53:35 -05:00
parent 97f6e0a927
commit 941b51da0f
2 changed files with 4 additions and 2 deletions

View File

@@ -104,7 +104,9 @@ r4s['packages']="\
# tailscale
r4s['kopts']="\
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
CONFIG_BTRFS_PROGS_ZSTD=y"
CONFIG_BTRFS_PROGS_ZSTD=y \
CONFIG_TARGET_OPTIMIZATION=\"-O3 -pipe -mcpu=cortex-a72.cortex-a53+crypto+crc\" \
CONFIG_TARGET_ROOTFS_PARTSIZE=1024"
r4s['files']="\
/mnt/backup"