mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
core/linux-odroid to 3.8.13.23-1
This commit is contained in:
parent
7fe308da25
commit
04ef801fc5
4 changed files with 13 additions and 10 deletions
|
@ -7,22 +7,22 @@ pkgbase=linux-odroid
|
|||
pkgname=('linux-odroid-x' 'linux-odroid-x2' 'linux-odroid-u2' 'linux-headers-odroid')
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.8
|
||||
pkgver=${_basekernel}.13.21
|
||||
pkgrel=2
|
||||
pkgver=${_basekernel}.13.23
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://github.com/hardkernel/linux/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'git' 'inetutils' 'bc')
|
||||
options=('!strip')
|
||||
_commit=2f4e1c85cbb3cb20677784f9f3e1ad121faead5a
|
||||
_commit=326fbecb14427fd958f30198aee2c20be304f5c9
|
||||
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
'config_x'
|
||||
'config_x2'
|
||||
'config_u2')
|
||||
md5sums=('930b4a5026be653926a899672b6342ac'
|
||||
'566092b25c4ccdbe712dcfc944bbbd03'
|
||||
'893db8bc80fec4d94062e86c14240d21'
|
||||
'5140da2d874bb083923d15a851484d05')
|
||||
md5sums=('a865e8675aafe17ff2541530ec766d34'
|
||||
'7ee7b6a093892329586e2425b3e8e1c5'
|
||||
'a2ad6c8f48692cb9dc72828eb5f921cc'
|
||||
'10461140b4cd55e1a488ecb2e8ba5ef2')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/linux-${_commit}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.21-2 Kernel Configuration
|
||||
# Linux/arm 3.8.13.23-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3476,6 +3476,7 @@ CONFIG_IIO=y
|
|||
#
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_SAMSUNG=y
|
||||
CONFIG_PWM_SOFTWARE=y
|
||||
# CONFIG_IPACK_BUS is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.21-2 Kernel Configuration
|
||||
# Linux/arm 3.8.13.23-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3483,6 +3483,7 @@ CONFIG_IIO=y
|
|||
#
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_SAMSUNG=y
|
||||
CONFIG_PWM_SOFTWARE=y
|
||||
# CONFIG_IPACK_BUS is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.21-2 Kernel Configuration
|
||||
# Linux/arm 3.8.13.23-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3483,6 +3483,7 @@ CONFIG_IIO=y
|
|||
#
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_SAMSUNG=y
|
||||
CONFIG_PWM_SOFTWARE=y
|
||||
# CONFIG_IPACK_BUS is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue