mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi to 5.15.18-6
Attempt to fix non-function ethernet/USB on RPi2/3[1,2] by syncing config with LibreELEC#5863[3]. 1. https://archlinuxarm.org/forum/viewtopic.php?f=15&t=15853 2. https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15854 3. https://github.com/LibreELEC/LibreELEC.tv/pull/5863
This commit is contained in:
parent
6f971d787e
commit
0e015c9c5d
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ _commit=aeaa2460db088fb2c97ae56dec6d7d0058c68294
|
|||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
pkgver=5.15.18
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -35,9 +35,9 @@ md5sums=('ca20f432a4ed73219db0494e9f6d5f54'
|
|||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('65d7c6ff012ecb0b34fae330fd677a3c'
|
||||
md5sums_armv7h=('baa2569849c55de2c2b9f6540c88a212'
|
||||
'e302936d860e78ca8e965459e64b2e5b')
|
||||
md5sums_aarch64=('6ad0d48cd4fb403f479a95fa68f73df3'
|
||||
md5sums_aarch64=('4752cb914ab7479268875d574dc48d07'
|
||||
'e302936d860e78ca8e965459e64b2e5b')
|
||||
|
||||
# setup vars
|
||||
|
|
|
@ -6112,7 +6112,7 @@ CONFIG_USB_CHAOSKEY=m
|
|||
# USB Physical Layer drivers
|
||||
#
|
||||
CONFIG_USB_PHY=y
|
||||
# CONFIG_NOP_USB_XCEIV is not set
|
||||
CONFIG_NOP_USB_XCEIV=m
|
||||
# CONFIG_USB_GPIO_VBUS is not set
|
||||
# CONFIG_USB_ISP1301 is not set
|
||||
# CONFIG_USB_ULPI is not set
|
||||
|
|
|
@ -6129,7 +6129,7 @@ CONFIG_USB_CHAOSKEY=m
|
|||
# USB Physical Layer drivers
|
||||
#
|
||||
CONFIG_USB_PHY=y
|
||||
# CONFIG_NOP_USB_XCEIV is not set
|
||||
CONFIG_NOP_USB_XCEIV=m
|
||||
# CONFIG_USB_GPIO_VBUS is not set
|
||||
# CONFIG_USB_ISP1301 is not set
|
||||
# CONFIG_USB_ULPI is not set
|
||||
|
|
Loading…
Reference in a new issue