cubieboard2-base: load the sunxi-emac module for ethernet support.
This commit is contained in:
parent
0319cf5c54
commit
523f54b8eb
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue