mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
parent
76a58fbc75
commit
a0650db3f6
3 changed files with 35 additions and 9 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=86b1bed34352428d0826dff892b3ac06a9016cef
|
||||
_commit=4bdb6aa38eb10f86c33550f7802f9754fcfa435f
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.43
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -25,15 +25,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('361955f0ef2dca2910b25262dae76557'
|
||||
md5sums=('924b0a788d890030ce255c73d5019567'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('2b16d9d69c98077fdf3c518f40ac4850'
|
||||
md5sums_armv7h=('3d3448704e570adc528853102d3dab26'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('1dea5d6c78a40edcdd4225031a0da7c7'
|
||||
md5sums_aarch64=('1b5197c8e6c8eb352e8a2f73e973ea74'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
|
||||
# setup vars
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.10.39 Kernel Configuration
|
||||
# Linux/arm 5.10.43 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -2849,7 +2849,20 @@ CONFIG_WLAN_VENDOR_INTEL=y
|
|||
# CONFIG_IPW2200 is not set
|
||||
# CONFIG_IWL4965 is not set
|
||||
# CONFIG_IWL3945 is not set
|
||||
# CONFIG_IWLWIFI is not set
|
||||
CONFIG_IWLWIFI=m
|
||||
CONFIG_IWLWIFI_LEDS=y
|
||||
# CONFIG_IWLDVM is not set
|
||||
CONFIG_IWLMVM=m
|
||||
CONFIG_IWLWIFI_OPMODE_MODULAR=y
|
||||
# CONFIG_IWLWIFI_BCAST_FILTERING is not set
|
||||
|
||||
#
|
||||
# Debugging Options
|
||||
#
|
||||
# CONFIG_IWLWIFI_DEBUG is not set
|
||||
CONFIG_IWLWIFI_DEVICE_TRACING=y
|
||||
# end of Debugging Options
|
||||
|
||||
CONFIG_WLAN_VENDOR_INTERSIL=y
|
||||
CONFIG_HOSTAP=m
|
||||
CONFIG_HOSTAP_FIRMWARE=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.10.39 Kernel Configuration
|
||||
# Linux/arm64 5.10.43 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -2875,7 +2875,20 @@ CONFIG_WLAN_VENDOR_INTEL=y
|
|||
# CONFIG_IPW2200 is not set
|
||||
# CONFIG_IWL4965 is not set
|
||||
# CONFIG_IWL3945 is not set
|
||||
# CONFIG_IWLWIFI is not set
|
||||
CONFIG_IWLWIFI=m
|
||||
CONFIG_IWLWIFI_LEDS=y
|
||||
# CONFIG_IWLDVM is not set
|
||||
CONFIG_IWLMVM=m
|
||||
CONFIG_IWLWIFI_OPMODE_MODULAR=y
|
||||
# CONFIG_IWLWIFI_BCAST_FILTERING is not set
|
||||
|
||||
#
|
||||
# Debugging Options
|
||||
#
|
||||
# CONFIG_IWLWIFI_DEBUG is not set
|
||||
CONFIG_IWLWIFI_DEVICE_TRACING=y
|
||||
# end of Debugging Options
|
||||
|
||||
CONFIG_WLAN_VENDOR_INTERSIL=y
|
||||
CONFIG_HOSTAP=m
|
||||
CONFIG_HOSTAP_FIRMWARE=y
|
||||
|
|
Loading…
Reference in a new issue