Updated to kernel 6.4.1

This commit is contained in:
Gerben Jan Dijkman 2023-07-03 15:49:18 +02:00
parent 21171f12fe
commit cfda021b68
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
DIST orange-pi-6.3-20230426-1041.tar.gz 226352018 BLAKE2B 0b84de03060986a7f993ae0f87142d227377a358e59adda203bda8bf5ac7b800c8b7ea3aa4055f0143abfca51b91ffc366efa7b1a237fa6d06643e9047a4a871 SHA512 c07177b8b20af262fc8ac4649873b58dd149ab2cdd73d33c8c27bc83cba15b71e36ded729818eed26e0cf9b51b25f7577e0721013788c94112e59f321877c9e6 DIST orange-pi-6.4-20230701-2252.tar.gz 228861292 BLAKE2B 307d27bdf0c5132ad8b5480928e516142d72396db2e643b50fbccf9bb0a14bbdd8cffc7ab7299fc1c7c3563aaf029da5ee405b3fec8178079aa2e48b0d38fd12 SHA512 46d824824760bef96d77338dc10c9beb07935ee366050d7c8f789b30304765bb740cdaf90c12211567f0f82953afed712dbe2c97224bd8318a51cb1e7d14ec67

View File

@ -17,7 +17,7 @@ DEPEND="${RDEPEND}
DESCRIPTION="Full sources for the Linux kernel, with megi's patch for pinephone and gentoo patchset" DESCRIPTION="Full sources for the Linux kernel, with megi's patch for pinephone and gentoo patchset"
MEGI_TAG="orange-pi-6.3-20230426-1041" MEGI_TAG="orange-pi-6.4-20230701-2252"
SRC_URI="https://github.com/megous/linux/archive/${MEGI_TAG}.tar.gz" SRC_URI="https://github.com/megous/linux/archive/${MEGI_TAG}.tar.gz"
PATCHES=( PATCHES=(
@ -72,8 +72,8 @@ pkg_postinst() {
einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install" einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install"
einfo "You will need to create and initramfs afterwards." einfo "You will need to create and initramfs afterwards."
einfo "If you use dracut you can run:" einfo "If you use dracut you can run:"
einfo "# dracut -m \"rootfs-block base\" --host-only --kver 6.3.0-gentoo-arm64" einfo "# dracut -m \"rootfs-block base\" --host-only --kver 6.4.1-gentoo-arm64"
einfo "Change 6.3.0-pinehone-gentoo-arm64 to your kernel version installed in /lib/modules" einfo "Change 6.4.1-gentoo-arm64 to your kernel version installed in /lib/modules"
} }
pkg_postrm() { pkg_postrm() {