Version Bump

This commit is contained in:
Gerben Jan Dijkman
2021-04-29 11:26:30 +02:00
parent 4a10695673
commit 185ec9aad6
21 changed files with 7680 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ pkg_postinst() {
einfo "To build the kernel use the following command:"
einfo "make Image Image.gz modules"
einfo "make DTC_FLAGS="-@" dtbs"
einfo "make install; make modules_intall; make dtbs_install"
einfo "make install; make modules_install; make dtbs_install"
einfo "If you use kernel config coming with this ebuild, don't forget to also copy dracut-pp.conf to /etc/dracut.conf.d/"
einfo "to make sure proper kernel modules are loaded into initramfs"
einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment"