From: "Clément Péron" <peron.clem@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/3] [DO NOT MERGE] boards/beelink_gs1: autossh with trivial root password
Date: Sun, 27 Oct 2019 20:21:31 +0100 [thread overview]
Message-ID: <20191027192131.6813-3-peron.clem@gmail.com> (raw)
In-Reply-To: <20191027192131.6813-1-peron.clem@gmail.com>
Signed-off-by: Cl?ment P?ron <peron.clem@gmail.com>
---
configs/beelink_gs1_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/beelink_gs1_defconfig b/configs/beelink_gs1_defconfig
index b5b4238791..85854764bc 100644
--- a/configs/beelink_gs1_defconfig
+++ b/configs/beelink_gs1_defconfig
@@ -4,6 +4,7 @@ BR2_ARM_FPU_VFPV4=y
BR2_TARGET_GENERIC_ISSUE="Welcome to Beelink GS1"
# MDEV is required to autoload the ethernet driver module
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
+BR2_TARGET_GENERIC_ROOT_PASSWD="admin"
BR2_SYSTEM_DHCP="eth0"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/beelink/gs1/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
@@ -17,6 +18,8 @@ BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h6-beelink-gs1"
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
+BR2_PACKAGE_AUTOSSH=y
+BR2_PACKAGE_DROPBEAR=y
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
--
2.20.1
next prev parent reply other threads:[~2019-10-27 19:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-27 19:21 [Buildroot] [PATCH v2 1/3] board: add Beelink GS1 support Clément Péron
2019-10-27 19:21 ` [Buildroot] [PATCH v2 2/3] board/beelink_gs1: enable mdev and dhcp on eth0 Clément Péron
2019-11-24 8:46 ` Peter Korsgaard
2019-10-27 19:21 ` Clément Péron [this message]
2019-11-24 8:44 ` [Buildroot] [PATCH v2 1/3] board: add Beelink GS1 support Peter Korsgaard
2019-11-24 22:40 ` Clément Péron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191027192131.6813-3-peron.clem@gmail.com \
--to=peron.clem@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox