cubieboard2-base: load the sunxi-emac module for ethernet support.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'cubieboard2-base'
|
# Template file for 'cubieboard2-base'
|
||||||
pkgname=cubieboard2-base
|
pkgname=cubieboard2-base
|
||||||
version=1.0
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
@@ -18,3 +18,9 @@ systemd_services="
|
|||||||
ntpd.service on
|
ntpd.service on
|
||||||
dhcpcd.service on
|
dhcpcd.service on
|
||||||
sshd.service on"
|
sshd.service on"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
# Load the sunxi-emac module by default.
|
||||||
|
vmkdir usr/lib/modules-load.d
|
||||||
|
echo sunxi-emac > ${DESTDIR}/usr/lib/modules-load.d/cubieboard2.conf
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user