cubieboard2-base: enable systemd services manually for now.

This commit is contained in:
Juan RP 2014-01-27 17:12:03 +01:00
parent 0f3632cfa3
commit 12948ef7d3
2 changed files with 7 additions and 8 deletions

View File

@ -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

View File

@ -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