Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Apr 13, 2024
1 parent 5da4185 commit f0b0fd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion buildroot-external/configs/panther_x2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,12 @@ BR2_PACKAGE_UDISKS2=y
BR2_PACKAGE_WGET=y
BR2_PACKAGE_HTOP=y
BR2_PACKAGE_VIM=y
BR2_TARGET_GENERIC_ROOT_PASSWD="1234"
BR2_PACKAGE_DOCKER_COMPOSE=y
BR2_TARGET_GENERIC_ROOT_PASSWD="1234"
BR2_TARGET_ENABLE_ROOT_LOGIN=y
BR2_PACKAGE_NTP=y
BR2_PACKAGE_NTP_SNTP=y
BR2_PACKAGE_NTPDATE=y
BR2_PACKAGE_NTPTIME=y
BR2_PACKAGE_TZDATA=y
BR2_TARGET_LOCALTIME="Asia/Shanghai"
4 changes: 3 additions & 1 deletion buildroot-external/rootfs-overlay/etc/systemd/timesyncd.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[Time]
FallbackNTP=time.cloudflare.com
NTP=cn.ntp.org.cn
NTP=time1.cloud.tencent.com
FallbackNTP=ntp.ntsc.ac.cn
# Speed-up boot as first attempt is done before network is up
ConnectionRetrySec=10
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDTfoxkXKBmwLN23qzaCjDChdkn1+N+yh5nsUrYi5l4Y

0 comments on commit f0b0fd9

Please sign in to comment.