mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-odroid-xu to 3.4.76-1
This commit is contained in:
parent
86c8564def
commit
3bd2a4ae1b
2 changed files with 9 additions and 7 deletions
|
@ -4,11 +4,11 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-odroid-xu
|
||||
_commit=5e99ebf38811b6c81da95d91a6ffabc8a0dc95fc
|
||||
_commit=e8622e96b7e2ad7d4e0f5ae7bb75bf93fa6b453c
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-XU"
|
||||
pkgver=3.4.75
|
||||
pkgver=3.4.76
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -17,8 +17,8 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
|||
options=('!strip')
|
||||
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
'config')
|
||||
md5sums=('013bd8affcb636a0018347b62c14c4e0'
|
||||
'105e4148bf8ded9816e42de63155cf73')
|
||||
md5sums=('ea521d4120de583901f79afe8cf2caba'
|
||||
'73924f9a1e8b851705275b933382e785')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.4.70 Kernel Configuration
|
||||
# Linux/arm 3.4.76-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_HAVE_PWM=y
|
||||
|
@ -704,7 +704,9 @@ CONFIG_IP_ROUTE_MULTIPATH=y
|
|||
CONFIG_IP_ROUTE_CLASSID=y
|
||||
# CONFIG_IP_PNP is not set
|
||||
CONFIG_NET_IPIP=m
|
||||
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||
CONFIG_NET_IPGRE_DEMUX=m
|
||||
CONFIG_NET_IPGRE=m
|
||||
CONFIG_NET_IPGRE_BROADCAST=y
|
||||
CONFIG_IP_MROUTE=y
|
||||
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
|
||||
CONFIG_IP_PIMSM_V1=y
|
||||
|
@ -1420,6 +1422,7 @@ CONFIG_PPP_FILTER=y
|
|||
CONFIG_PPP_MPPE=y
|
||||
CONFIG_PPP_MULTILINK=y
|
||||
CONFIG_PPPOE=y
|
||||
# CONFIG_PPTP is not set
|
||||
CONFIG_PPPOL2TP=m
|
||||
CONFIG_PPPOLAC=y
|
||||
CONFIG_PPPOPNS=y
|
||||
|
@ -3149,7 +3152,6 @@ CONFIG_DMA_ENGINE=y
|
|||
#
|
||||
# DMA Clients
|
||||
#
|
||||
# CONFIG_NET_DMA is not set
|
||||
# CONFIG_ASYNC_TX_DMA is not set
|
||||
# CONFIG_DMATEST is not set
|
||||
# CONFIG_AUXDISPLAY is not set
|
||||
|
|
Loading…
Reference in a new issue