mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-am33x to 4.20.11-1
This commit is contained in:
parent
a6c89292c2
commit
408ee77b2f
2 changed files with 11 additions and 10 deletions
|
@ -7,9 +7,9 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-4.20
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=4.20.6
|
||||
pkgver=4.20.11
|
||||
pkgrel=1
|
||||
rcnrel=bone6
|
||||
rcnrel=bone7
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -25,12 +25,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('d39dd4ba2d5861c54b90d49be19eaf31'
|
||||
'b8faceed2182f048279e400846df8ab7'
|
||||
'0b92d3068d0dfe43166dabbf4e0ca3c1'
|
||||
'a54c60bf1a5f5682da13c86985c40336'
|
||||
'24d3288e146614a29477a612c52f35ed'
|
||||
'SKIP'
|
||||
'ee16bcdbbf978e714455933ecd6dd8fe'
|
||||
'5698870a716fed205215d258cc71e296'
|
||||
'75c4a7f3ff4a0804ec58de47ad420934'
|
||||
'30618b43d3fd3cc0d30ed30c540bdb09'
|
||||
'78ccc998f27eec49a9d5490218b1b1ab'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.20.6-1 Kernel Configuration
|
||||
# Linux/arm 4.20.11-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -2077,6 +2077,7 @@ CONFIG_TARGET_CORE=m
|
|||
CONFIG_TCM_IBLOCK=m
|
||||
CONFIG_TCM_FILEIO=m
|
||||
CONFIG_TCM_PSCSI=m
|
||||
# CONFIG_TCM_USER2 is not set
|
||||
CONFIG_LOOPBACK_TARGET=m
|
||||
CONFIG_TCM_FC=m
|
||||
CONFIG_ISCSI_TARGET=m
|
||||
|
@ -5120,7 +5121,10 @@ CONFIG_SYNC_FILE=y
|
|||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_UDMABUF is not set
|
||||
# CONFIG_AUXDISPLAY is not set
|
||||
# CONFIG_UIO is not set
|
||||
CONFIG_UIO=m
|
||||
CONFIG_UIO_PDRV_GENIRQ=m
|
||||
CONFIG_UIO_DMEM_GENIRQ=m
|
||||
CONFIG_UIO_PRUSS=m
|
||||
# CONFIG_VFIO is not set
|
||||
# CONFIG_VIRT_DRIVERS is not set
|
||||
CONFIG_VIRTIO=y
|
||||
|
@ -5342,7 +5346,6 @@ CONFIG_OMAP_IOMMU=y
|
|||
#
|
||||
CONFIG_REMOTEPROC=y
|
||||
CONFIG_WKUP_M3_RPROC=y
|
||||
CONFIG_PRUSS_REMOTEPROC=m
|
||||
|
||||
#
|
||||
# Rpmsg drivers
|
||||
|
@ -5351,7 +5354,6 @@ CONFIG_RPMSG=m
|
|||
CONFIG_RPMSG_CHAR=m
|
||||
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
|
||||
CONFIG_RPMSG_VIRTIO=m
|
||||
CONFIG_RPMSG_PRU=m
|
||||
# CONFIG_SOUNDWIRE is not set
|
||||
|
||||
#
|
||||
|
@ -5381,7 +5383,6 @@ CONFIG_RPMSG_PRU=m
|
|||
CONFIG_SOC_TI=y
|
||||
CONFIG_AMX3_PM=y
|
||||
CONFIG_WKUP_M3_IPC=y
|
||||
CONFIG_TI_PRUSS=m
|
||||
|
||||
#
|
||||
# Xilinx SoC drivers
|
||||
|
|
Loading…
Reference in a new issue