mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-am33x to 5.0.3-1
This commit is contained in:
parent
3164481ba9
commit
15d38783fa
2 changed files with 11 additions and 7 deletions
|
@ -7,9 +7,9 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-5.0
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=5.0.2
|
||||
pkgver=5.0.3
|
||||
pkgrel=1
|
||||
rcnrel=bone4
|
||||
rcnrel=bone5
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -25,12 +25,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('7381ce8aac80a01448e065ce795c19c0'
|
||||
'31220991722b9f40ef9d7370557754a0'
|
||||
'65aa3c3007ab8d37ca5841f53dfc46aa'
|
||||
'de30e6d9ebdfe03254536bf4e1bdd857'
|
||||
'147f48c1f60dd82e098e4e41db977c28'
|
||||
'SKIP'
|
||||
'ee16bcdbbf978e714455933ecd6dd8fe'
|
||||
'5698870a716fed205215d258cc71e296'
|
||||
'9d2f026503ef4df3d9f891d861bbdb2e'
|
||||
'8e456be0558a55f82eb9805c7dac3a72'
|
||||
'78ccc998f27eec49a9d5490218b1b1ab'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.0.2-1 Kernel Configuration
|
||||
# Linux/arm 5.0.3-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -5128,7 +5128,11 @@ CONFIG_ASYNC_TX_DMA=y
|
|||
CONFIG_SYNC_FILE=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_UDMABUF is not set
|
||||
# CONFIG_AUXDISPLAY is not set
|
||||
CONFIG_AUXDISPLAY=y
|
||||
CONFIG_HD44780=m
|
||||
CONFIG_IMG_ASCII_LCD=m
|
||||
CONFIG_HT16K33=m
|
||||
CONFIG_CHARLCD=m
|
||||
# CONFIG_UIO is not set
|
||||
# CONFIG_VFIO is not set
|
||||
# CONFIG_VIRT_DRIVERS is not set
|
||||
|
|
Loading…
Reference in a new issue