mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-kirkwood fix topkick support
This commit is contained in:
parent
fd8fb3ef75
commit
9ad7703bbe
3 changed files with 114 additions and 2986 deletions
|
@ -9,7 +9,7 @@ pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10.1
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
cryptover=1.6
|
||||
bfqver=v6r2
|
||||
arch=('arm')
|
||||
|
@ -17,7 +17,7 @@ url="http://www.kernel.org/"
|
|||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2"
|
||||
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
|
||||
'archlinuxarm.patch'
|
||||
'support.patch'
|
||||
'config'
|
||||
|
@ -29,10 +29,10 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/$(echo $_basekernel |cut -c 1-4).0-${bfqver}/0002-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-$(echo $_basekernel |cut -c 1-4).patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/$(echo $_basekernel |cut -c 1-4).0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for-$(echo $_basekernel |cut -c 1-4).0.patch")
|
||||
|
||||
md5sums=('83442b817d23fd85aa9ba55fdec2ba01'
|
||||
'7ccce5c1a31ccb4ccfe7dcba3c8a6f4d'
|
||||
md5sums=('4c8ed240943c8750a89cc307637bd74d'
|
||||
'c84965943b804f763f892e4f704ba73b'
|
||||
'f5d3635da03cb45904bedd69b47133de'
|
||||
'ab09fb2f6ee852f4844af462d1a70ce7'
|
||||
'eb059648b877ab24d3689c6c3ce173ed'
|
||||
'SKIP'
|
||||
'80b2fb500e6811495c6b072d7e6fd112'
|
||||
'9b5a265440abf57d2052838f31486a3a'
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.0-2 Kernel Configuration
|
||||
# Linux/arm 3.10.1-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -324,26 +324,30 @@ CONFIG_MACH_SHEEVAPLUG=y
|
|||
CONFIG_MACH_T5325=y
|
||||
CONFIG_MACH_TS219=y
|
||||
CONFIG_MACH_TS41X=y
|
||||
CONFIG_MACH_NSA310=y
|
||||
CONFIG_MACH_NSA320=y
|
||||
CONFIG_MACH_GOFLEXNET=y
|
||||
CONFIG_MACH_GOFLEXHOME=y
|
||||
CONFIG_MACH_ICONNECT=y
|
||||
CONFIG_MACH_POGOPLUGV4=y
|
||||
CONFIG_MACH_POGO_E02=y
|
||||
CONFIG_MACH_NAS6210=y
|
||||
CONFIG_MACH_TOPKICK=y
|
||||
CONFIG_MACH_IONICS_STRATUS=y
|
||||
CONFIG_MACH_NSA310=y
|
||||
CONFIG_MACH_NSA320=y
|
||||
|
||||
#
|
||||
# Device tree entries
|
||||
#
|
||||
# CONFIG_ARCH_KIRKWOOD_DT is not set
|
||||
# CONFIG_MACH_CLOUDBOX_DT is not set
|
||||
# CONFIG_MACH_DLINK_KIRKWOOD_DT is not set
|
||||
# CONFIG_MACH_DREAMPLUG_DT is not set
|
||||
# CONFIG_MACH_GURUPLUG_DT is not set
|
||||
# CONFIG_MACH_IB62X0_DT is not set
|
||||
# CONFIG_MACH_INETSPACE_V2_DT is not set
|
||||
# CONFIG_MACH_IOMEGA_IX2_200_DT is not set
|
||||
# CONFIG_MACH_KM_KIRKWOOD_DT is not set
|
||||
# CONFIG_MACH_LSXL_DT is not set
|
||||
# CONFIG_MACH_MPLCEC4_DT is not set
|
||||
# CONFIG_MACH_NETSPACE_LITE_V2_DT is not set
|
||||
# CONFIG_MACH_NETSPACE_MAX_V2_DT is not set
|
||||
|
|
Loading…
Reference in a new issue