mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-odroid to 3.8.13.10-2
This commit is contained in:
parent
1a6eecf730
commit
bce5fcb4ff
4 changed files with 14 additions and 11 deletions
|
@ -8,27 +8,27 @@ pkgname=('linux-odroid-x' 'linux-odroid-x2' 'linux-odroid-u2' 'linux-headers-odr
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.8
|
||||
pkgver=${_basekernel}.13.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
url="http://github.com/hardkernel/linux/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'git' 'inetutils' 'bc')
|
||||
options=('!strip')
|
||||
_commit=e869e2dcb9ea76a77ff5b251f17bb35cc3315a66
|
||||
_commit=8959d0ad998e31f44e2f61b6448347c91a933705
|
||||
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
'config_x'
|
||||
'config_x2'
|
||||
'config_u2')
|
||||
md5sums=('e87a720bbaff3a4c082f97be3c352e46'
|
||||
'58fc151cf38808f547f1f88690d48e99'
|
||||
'f0f8237ffbeccb0b6da67aadfd87db7e'
|
||||
'116690ac1f633f55f35c90f985c4d126')
|
||||
md5sums=('d3a6c465e64850364adbde0344c2b80d'
|
||||
'fc30e27d894a9b16817fcba5e230b49c'
|
||||
'531d21470a5f1574ea6f93a7fdfeabaa'
|
||||
'af01177c2b170651aec147aca1246a0f')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/linux-${_commit}"
|
||||
|
||||
# set extraversion to pkgrel
|
||||
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
|
||||
# add pkgrel to extraversion
|
||||
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile
|
||||
|
||||
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
||||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.8 Kernel Configuration
|
||||
# Linux/arm 3.8.13.10 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3339,6 +3339,7 @@ CONFIG_STAGING_MEDIA=y
|
|||
CONFIG_LIRC_STAGING=y
|
||||
CONFIG_LIRC_IGORPLUGUSB=m
|
||||
CONFIG_LIRC_IMON=m
|
||||
CONFIG_LIRC_ODROID=m
|
||||
CONFIG_LIRC_SASEM=m
|
||||
CONFIG_LIRC_SERIAL=m
|
||||
CONFIG_LIRC_SERIAL_TRANSMITTER=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.8 Kernel Configuration
|
||||
# Linux/arm 3.8.13.10 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3340,6 +3340,7 @@ CONFIG_STAGING_MEDIA=y
|
|||
CONFIG_LIRC_STAGING=y
|
||||
CONFIG_LIRC_IGORPLUGUSB=m
|
||||
CONFIG_LIRC_IMON=m
|
||||
CONFIG_LIRC_ODROID=m
|
||||
CONFIG_LIRC_SASEM=m
|
||||
CONFIG_LIRC_SERIAL=m
|
||||
CONFIG_LIRC_SERIAL_TRANSMITTER=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.8 Kernel Configuration
|
||||
# Linux/arm 3.8.13.10 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3340,6 +3340,7 @@ CONFIG_STAGING_MEDIA=y
|
|||
CONFIG_LIRC_STAGING=y
|
||||
CONFIG_LIRC_IGORPLUGUSB=m
|
||||
CONFIG_LIRC_IMON=m
|
||||
CONFIG_LIRC_ODROID=m
|
||||
CONFIG_LIRC_SASEM=m
|
||||
CONFIG_LIRC_SERIAL=m
|
||||
CONFIG_LIRC_SERIAL_TRANSMITTER=y
|
||||
|
|
Loading…
Reference in a new issue