mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[DEFCONFIG/BOARD] Fix permissions, mount rootfs read-only, create swap in firstboot (#66)
* Fix permissions * Enable swap in firstboot, change btrfs commit interval to 5s
This commit is contained in:
@@ -18,6 +18,7 @@ BR2_PACKAGE_HOST_GDB_SIM=y
|
||||
BR2_TARGET_OPTIMIZATION="-march=armv5tej -mtune=arm926ej-s"
|
||||
BR2_TARGET_GENERIC_HOSTNAME="miyoo"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to Miyoo"
|
||||
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
|
||||
BR2_ROOTFS_OVERLAY="board/miyoo/rootfs"
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/miyoo/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="${BR2_TOOLCHAIN_BUILDROOT_VENDOR} ${BR2_VERSION_FULL} ${BR2_TOOLCHAIN_BUILDROOT_LIBC}"
|
||||
|
||||
Reference in New Issue
Block a user