mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Add default root password (#128)
This commit is contained in:
@@ -19,6 +19,7 @@ BR2_PACKAGE_HOST_GDB_SIM=y
|
||||
BR2_TARGET_OPTIMIZATION="-fno-PIC -mcpu=arm926ej-s -marm"
|
||||
BR2_TARGET_GENERIC_HOSTNAME="miyoo"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to Miyoo"
|
||||
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
|
||||
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
|
||||
BR2_ROOTFS_OVERLAY="board/miyoo/rootfs"
|
||||
BR2_ROOTFS_PRE_BUILD_SCRIPT="board/miyoo/scripts/prebuild.sh"
|
||||
|
||||
Reference in New Issue
Block a user