mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-sun4i to 3.4.103-1
This commit is contained in:
parent
fdfc2a606c
commit
48089bce6c
3 changed files with 2630 additions and 6 deletions
2620
core/linux-sun4i/0001-Backport-firmware-loader.patch
Normal file
2620
core/linux-sun4i/0001-Backport-firmware-loader.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-sun4i
|
||||
_commit=e37d760b363888f3a65cd6455c99a75cac70a7b8
|
||||
_commit=9a1cd034181af628d4145202289e1993c1687db6
|
||||
_srcname=linux-sunxi-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_desc="AllWinner A10"
|
||||
pkgver=3.4.90
|
||||
pkgrel=4
|
||||
pkgver=3.4.103
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -17,10 +17,12 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'bc' 'kmod' 'inetutils' 'git'
|
|||
options=('!strip')
|
||||
source=("https://github.com/linux-sunxi/linux-sunxi/archive/${_commit}.tar.gz"
|
||||
'0001-Backport-BFP-XOR-operation.patch'
|
||||
'0001-Backport-firmware-loader.patch'
|
||||
'config')
|
||||
md5sums=('dbf73f4cb6b1399e73449f4e91bf5694'
|
||||
md5sums=('6cdd44f9131a854cdbf5ddad86187c57'
|
||||
'ca5b466850782493b99e824d6efbea4d'
|
||||
'079150dcdc1cb81f02d0b31730c333e6')
|
||||
'520bde63dd6803f3332e9b26cb34cff9'
|
||||
'4592842f7b5702452815d5601f43ab7a')
|
||||
|
||||
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.90-4 Kernel Configuration
|
||||
# Linux/arm 3.4.90-5 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -996,6 +996,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
|
||||
|
|
Loading…
Reference in a new issue