mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-odroid-xu to 3.4.104-2
This commit is contained in:
parent
a1bfa806ef
commit
abe6e8e7fc
2 changed files with 11 additions and 6 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-odroid-xu
|
||||
_commit=f9ff5aaba6f2374c3007f7e05eb21d1310c5dd48
|
||||
_commit=1295533c4c4eeedaabd55bc7c2d857003cb97f4a
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-XU"
|
||||
pkgver=3.4.104
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -17,10 +17,12 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
|||
options=('!strip')
|
||||
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
'0001-Backport-BFP-XOR-operation.patch'
|
||||
'0001-Backport-firmware-loader.patch'
|
||||
'config')
|
||||
md5sums=('3914d3a19210b1a4c63430f85db5b8dd'
|
||||
md5sums=('bfbe29e3f747929ab4a6322c8ccc6473'
|
||||
'ca5b466850782493b99e824d6efbea4d'
|
||||
'022fd4efae2d70afad21c5e3982269fd')
|
||||
'520bde63dd6803f3332e9b26cb34cff9'
|
||||
'59e3f4be8ba4ac45401786a17c2c65e1')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -28,6 +30,7 @@ prepare() {
|
|||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
git apply ../0001-Backport-BFP-XOR-operation.patch
|
||||
git apply ../0001-Backport-firmware-loader.patch
|
||||
|
||||
# add pkgrel to extraversion
|
||||
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.4.103-1 Kernel Configuration
|
||||
# Linux/arm 3.4.104-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_HAVE_PWM=y
|
||||
|
@ -1191,6 +1191,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
|
|||
CONFIG_FW_LOADER=y
|
||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
||||
CONFIG_EXTRA_FIRMWARE=""
|
||||
# CONFIG_FW_LOADER_USER_HELPER is not set
|
||||
# CONFIG_DEBUG_DRIVER is not set
|
||||
# CONFIG_DEBUG_DEVRES is not set
|
||||
# CONFIG_SYS_HYPERVISOR is not set
|
||||
|
@ -2433,7 +2434,8 @@ CONFIG_DVB_USB_LME2510=m
|
|||
CONFIG_DVB_USB_TECHNISAT_USB2=m
|
||||
CONFIG_DVB_USB_IT913X=m
|
||||
CONFIG_DVB_USB_MXL111SF=m
|
||||
CONFIG_DVB_USB_RTL28XXU=m
|
||||
# CONFIG_DVB_USB_RTL28XXU is not set
|
||||
CONFIG_DVB_USB_RTL2832=m
|
||||
CONFIG_SMS_SIANO_MDTV=m
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue