diff --git a/core/linux-raspberrypi/PKGBUILD b/core/linux-raspberrypi/PKGBUILD index 34f0f7c87..ec5681a91 100644 --- a/core/linux-raspberrypi/PKGBUILD +++ b/core/linux-raspberrypi/PKGBUILD @@ -11,7 +11,7 @@ _srcname=linux-${_commit} _kernelname=${pkgbase#linux} _desc="Raspberry Pi 4" pkgver=5.10.63 -pkgrel=6 +pkgrel=7 arch=('armv6h' 'armv7h') url="http://www.kernel.org/" license=('GPL2') @@ -42,8 +42,6 @@ prepare() { # don't run depmod on 'make install'. We'll do this ourselves in packaging sed -i '2iexit 0' scripts/depmod.sh - - patch -Np1 -i ../0001-Revert-drm-vc4-hdmi-Remove-the-DDC-probing-for-statu.patch } build() {