mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
rpi2-kernel: update to 5.10.110.
This commit is contained in:
parent
0c61d167e2
commit
fe8597ad54
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rpi2-kernel'
|
||||
# See rpi-kernel for version policy
|
||||
|
||||
_githash="82c6f8643398e222099066bfffb2070772f0696f"
|
||||
_githash="64ad74084fa44abe8689564071df5729ded4c589"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi2-kernel
|
||||
|
@ -16,7 +16,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2.0-only"
|
||||
short_desc="Linux kernel for Raspberry Pi 2 (${version%.*} series [git ${_gitshort}])"
|
||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||
checksum=f3ee7782c90ecb3e468e89602248a1de45b466d5d4c1af4748f7ca088c0fcab3
|
||||
checksum=8257604cc47792007284cc2640d7dd9f70fab062a7c596e92903e99718434244
|
||||
python_version=3
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
@ -198,10 +198,6 @@ do_install() {
|
|||
mkdir -p ${hdrdest}/net/mac80211/
|
||||
cp net/mac80211/*.h ${hdrdest}/net/mac80211
|
||||
|
||||
# add dvb headers for external modules
|
||||
mkdir -p ${hdrdest}/include/config/dvb/
|
||||
cp include/config/dvb/*.h ${hdrdest}/include/config/dvb/
|
||||
|
||||
# Remove unneeded architectures
|
||||
# (save the correct one + Kconfig and delete all others)
|
||||
mkdir -p arch-backup
|
||||
|
|
Loading…
Add table
Reference in a new issue