mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-am33x to 4.5.3-1
This commit is contained in:
parent
7cce31570e
commit
7d7ba7a12c
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-am33x
|
||||||
_srcname=linux-4.5
|
_srcname=linux-4.5
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="TI AM335x Beaglebone (Black)"
|
_desc="TI AM335x Beaglebone (Black)"
|
||||||
pkgver=4.5.2
|
pkgver=4.5.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
rcnrel=bone4
|
rcnrel=bone4
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
|
@ -21,10 +21,10 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||||
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
||||||
'config')
|
'config')
|
||||||
md5sums=('a60d48eee08ec0536d5efb17ca819aef'
|
md5sums=('a60d48eee08ec0536d5efb17ca819aef'
|
||||||
'19a835c1d16183f629d45779f62d36b6'
|
'efc81327bd2bd0d946f057ac71cbb1a7'
|
||||||
'a2723207712de7f03a243c24c532c306'
|
'eb0107d527f500d98c65a318fe85c44a'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'6c09813791d5248223c2b661beecd18b')
|
'1b52e6c0214484e6f85cb63fe3659c76')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 4.5.1-1 Kernel Configuration
|
# Linux/arm 4.5.3-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||||
|
@ -2569,6 +2569,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=6
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
CONFIG_SERIAL_8250_FSL=y
|
||||||
CONFIG_SERIAL_8250_DW=y
|
CONFIG_SERIAL_8250_DW=y
|
||||||
# CONFIG_SERIAL_8250_EM is not set
|
# CONFIG_SERIAL_8250_EM is not set
|
||||||
|
# CONFIG_SERIAL_8250_RT288X is not set
|
||||||
CONFIG_SERIAL_8250_OMAP=y
|
CONFIG_SERIAL_8250_OMAP=y
|
||||||
CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
|
CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
CONFIG_SERIAL_OF_PLATFORM=y
|
||||||
|
@ -2598,7 +2599,6 @@ CONFIG_CONSOLE_POLL=y
|
||||||
# CONFIG_SERIAL_ST_ASC is not set
|
# CONFIG_SERIAL_ST_ASC is not set
|
||||||
# CONFIG_SERIAL_STM32 is not set
|
# CONFIG_SERIAL_STM32 is not set
|
||||||
# CONFIG_SERIAL_MVEBU_UART is not set
|
# CONFIG_SERIAL_MVEBU_UART is not set
|
||||||
CONFIG_SERIAL_MCTRL_GPIO=y
|
|
||||||
# CONFIG_TTY_PRINTK is not set
|
# CONFIG_TTY_PRINTK is not set
|
||||||
CONFIG_HVC_DRIVER=y
|
CONFIG_HVC_DRIVER=y
|
||||||
# CONFIG_HVC_DCC is not set
|
# CONFIG_HVC_DCC is not set
|
||||||
|
|
Loading…
Reference in a new issue