添加构建Allwinner H616四核2GB RAM SoC WiFi(蓝莓)

This commit is contained in:
root
2023-09-19 11:24:52 +08:00
commit c97506efcc
10383 changed files with 16797445 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Armbian firstrun service
# Regenerates the SSH keys and performs additional first run tweaks
# This service will run in parallel with other services
[Unit]
Description=Armbian first run tasks
Before=getty.target system-getty.slice
[Service]
Type=simple
RemainAfterExit=yes
ExecStart=/usr/lib/armbian/armbian-firstrun start
TimeoutStartSec=2min
[Install]
WantedBy=multi-user.target