Add a non-root user user0 password "a"

This commit is contained in:
Ciro Santilli
2017-08-06 10:19:37 +01:00
parent 879001563a
commit b2459d07f5
4 changed files with 4 additions and 3 deletions

View File

@@ -2,9 +2,10 @@ BR2_GLOBAL_PATCH_DIR="../global_patch_dir"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="../kernel_config_fragment"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="../busybox_config_fragment"
BR2_PACKAGE_KERNEL_MODULE=y
BR2_PACKAGE_OVERRIDE_FILE=../buildroot_override
BR2_PACKAGE_OVERRIDE_FILE="../buildroot_override"
BR2_PACKAGE_STRACE=y
BR2_ROOTFS_OVERLAY="../rootfs_overlay"
BR2_ROOTFS_USERS_TABLES="../user_table"
## Host GDB
BR2_GDB_VERSION="7.11.1"