mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
3d631704a8
New kernel package providing 16k framesize for bcm2712/RPi5. Very similar to linux-rpi but built off bcm2712_defconfig. Will work with Pi5 ONLY/will not boot on lower models. Since RPi Foundation has announced the 6.6 move[1] in the near future, just start tracking that branch now. 1. https://forums.raspberrypi.com/viewtopic.php?t=361116
11 lines
240 B
Text
11 lines
240 B
Text
[Trigger]
|
|
Type = File
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Operation = Remove
|
|
Target = usr/lib/modules/%KERNVER%/*
|
|
|
|
[Action]
|
|
Description = Updating %PKGBASE% module dependencies...
|
|
When = PostTransaction
|
|
Exec = /usr/bin/depmod %KERNVER%
|