cubieboard2-base: enable systemd services manually for now.
This commit is contained in:
parent
0f3632cfa3
commit
12948ef7d3
|
@ -0,0 +1,6 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
# enable sshd, ntpdate, ntpd and dhcpcd services.
|
||||
systemctl enable sshd.service ntpdate.service ntpd.service dhcpcd.service
|
||||
;;
|
||||
esac
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cubieboard2-base'
|
||||
pkgname=cubieboard2-base
|
||||
version=1.3
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -12,13 +12,6 @@ only_for_archs="armv7l"
|
|||
makedepends="ntp?ntp-daemon dhcpcd openssh-server cubieboard2-uboot cubieboard2-kernel"
|
||||
depends="${makedepends}"
|
||||
|
||||
# enable ntpd, dhcpcd and sshd by default (but do not restart services).
|
||||
systemd_services="
|
||||
ntpdate.service off
|
||||
ntpd.service off
|
||||
dhcpcd.service off
|
||||
sshd.service off"
|
||||
|
||||
do_install() {
|
||||
# Load the sunxi-emac module by default.
|
||||
vmkdir usr/lib/modules-load.d
|
||||
|
|
Loading…
Reference in New Issue