mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-am33x to 4.1.2-1
This commit is contained in:
parent
caae92ce35
commit
5ea61db2a8
2 changed files with 11 additions and 13 deletions
|
@ -7,9 +7,9 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-4.1
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=4.1.1
|
||||
pkgrel=2
|
||||
rcnrel=bone10
|
||||
pkgver=4.1.2
|
||||
pkgrel=1
|
||||
rcnrel=bone12
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -22,10 +22,10 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
#"git+https://github.com/sfjro/aufs4-standalone.git#branch=aufs4.x-rcN"
|
||||
'config')
|
||||
md5sums=('fe9dc0f6729f36400ea81aa41d614c37'
|
||||
'7766291e05ecf0b53d79c532cb44db6c'
|
||||
'1a0bb8a0cd40457b0d52f1cf1b0a3bb9'
|
||||
'b9923009c2edf86d5d3d52c5ee53c8e1'
|
||||
'c3781ee0e73498012c0f326a9ee1d659'
|
||||
'SKIP'
|
||||
'b39a431c28320ef90c22db79e9c6aff8')
|
||||
'1b0678d4bce98e4cdd3e47865b67adca')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.1.1-2 Kernel Configuration
|
||||
# Linux/arm 4.1.2-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -2420,13 +2420,14 @@ CONFIG_SERIAL_EARLYCON=y
|
|||
CONFIG_SERIAL_8250=y
|
||||
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
|
||||
CONFIG_SERIAL_8250_CONSOLE=y
|
||||
CONFIG_SERIAL_8250_DMA=y
|
||||
# CONFIG_SERIAL_8250_DMA is not set
|
||||
CONFIG_SERIAL_8250_NR_UARTS=6
|
||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=6
|
||||
# CONFIG_SERIAL_8250_EXTENDED is not set
|
||||
CONFIG_SERIAL_8250_DW=y
|
||||
# CONFIG_SERIAL_8250_EM is not set
|
||||
# CONFIG_SERIAL_8250_OMAP is not set
|
||||
CONFIG_SERIAL_8250_OMAP=y
|
||||
CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
|
||||
|
||||
#
|
||||
# Non-8250 serial port support
|
||||
|
@ -2439,8 +2440,7 @@ CONFIG_SERIAL_CORE=y
|
|||
CONFIG_SERIAL_CORE_CONSOLE=y
|
||||
CONFIG_CONSOLE_POLL=y
|
||||
CONFIG_SERIAL_OF_PLATFORM=y
|
||||
CONFIG_SERIAL_OMAP=y
|
||||
CONFIG_SERIAL_OMAP_CONSOLE=y
|
||||
# CONFIG_SERIAL_OMAP is not set
|
||||
# CONFIG_SERIAL_SCCNXP is not set
|
||||
# CONFIG_SERIAL_SC16IS7XX is not set
|
||||
# CONFIG_SERIAL_BCM63XX is not set
|
||||
|
@ -4787,7 +4787,6 @@ CONFIG_WKUP_M3_RPROC=y
|
|||
# SOC (System On Chip) specific Drivers
|
||||
#
|
||||
CONFIG_SOC_TI=y
|
||||
CONFIG_WKUP_M3_IPC=y
|
||||
CONFIG_PM_DEVFREQ=y
|
||||
|
||||
#
|
||||
|
@ -4816,7 +4815,6 @@ CONFIG_EXTCON_PALMAS=y
|
|||
CONFIG_MEMORY=y
|
||||
CONFIG_TI_EMIF=y
|
||||
CONFIG_OMAP_GPMC=y
|
||||
# CONFIG_TI_EMIF_SRAM is not set
|
||||
CONFIG_IIO=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
# CONFIG_IIO_BUFFER_CB is not set
|
||||
|
|
Loading…
Reference in a new issue