mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
kernel26: Added GoFlex Home patch, updated config for SATA_MV=y
This commit is contained in:
parent
a62848711a
commit
028de3397c
2 changed files with 12 additions and 7 deletions
|
@ -268,6 +268,7 @@ CONFIG_MACH_TS219=y
|
|||
CONFIG_MACH_TS41X=y
|
||||
CONFIG_MACH_DOCKSTAR=y
|
||||
CONFIG_MACH_GOFLEXNET=y
|
||||
CONFIG_MACH_GOFLEXHOME=y
|
||||
CONFIG_MACH_OPENRD=y
|
||||
CONFIG_MACH_OPENRD_BASE=y
|
||||
CONFIG_MACH_OPENRD_CLIENT=y
|
||||
|
@ -1232,7 +1233,7 @@ CONFIG_ATA_BMDMA=y
|
|||
# SATA SFF controllers with BMDMA
|
||||
#
|
||||
# CONFIG_ATA_PIIX is not set
|
||||
CONFIG_SATA_MV=m
|
||||
CONFIG_SATA_MV=y
|
||||
# CONFIG_SATA_NV is not set
|
||||
# CONFIG_SATA_PROMISE is not set
|
||||
CONFIG_SATA_SIL=m
|
||||
|
|
|
@ -11,8 +11,9 @@ pkgname=('kernel26' 'kernel26-headers')
|
|||
_kernelname=${pkgname#kernel26}
|
||||
_basekernel=2.6.37
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=5
|
||||
plugrel=1
|
||||
_pkgrel=5
|
||||
plugrel=2
|
||||
pkgrel="${_pkgrel}.${plugrel}"
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'make')
|
||||
_patchname="patch-${pkgver}-4-ARCH"
|
||||
replaces=('kernel26-withlinux' 'kernel26-dockstar')
|
||||
|
@ -26,12 +27,14 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
|
|||
ftp://ftp.archlinux.org/other/kernel26/${_patchname}.bz2
|
||||
2.6.37.config
|
||||
LEDs.patch
|
||||
kernel26.preset)
|
||||
kernel26.preset
|
||||
GoFlex-Home.patch)
|
||||
md5sums=('c8ee37b4fdccdb651e0603d35350b434'
|
||||
'732176aeb134678b4e369e1d5d5fca2e'
|
||||
'357fd613b67fb0c37b1b9d5c3b2aa041'
|
||||
'c36ec5fc8cdc955746f801808c7bfc87'
|
||||
'bcdd89efa758a653204458140f3ba1a7'
|
||||
'25584700a0a679542929c4bed31433b6')
|
||||
'25584700a0a679542929c4bed31433b6'
|
||||
'c9371e30c966c1755edf3e8cc1ab543c')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/linux-$_basekernel
|
||||
|
@ -41,6 +44,7 @@ build() {
|
|||
|
||||
# Apply the LED patches
|
||||
patch -Np1 -i ${srcdir}/LEDs.patch
|
||||
patch -Np1 -i ${srcdir}/GoFlex-Home.patch
|
||||
cat ../2.6.37.config >./.config
|
||||
|
||||
if [ "${_kernelname}" != "" ]; then
|
||||
|
@ -50,7 +54,7 @@ build() {
|
|||
# get kernel version
|
||||
make prepare
|
||||
# Configure the kernel. Replace the line below with one of your choice.
|
||||
make menuconfig # CLI menu for configuration
|
||||
#make menuconfig # CLI menu for configuration
|
||||
#make nconfig # new CLI menu for configuration
|
||||
#make oldconfig # using old config from previous kernel version
|
||||
# Build!
|
||||
|
|
Loading…
Reference in a new issue