mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-sun4i => sw_ahci_platform m->y
This commit is contained in:
parent
9fac18ee24
commit
0c58e0fa20
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ pkgname=("linux-${_mach}" "linux-headers-${_mach}")
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.39
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -22,7 +22,7 @@ options=('!strip')
|
|||
source=('config'
|
||||
'change-default-console-loglevel.patch'
|
||||
"linux.tar.gz::https://github.com/${_github_user}/${_github_repo}/tarball/${_github_commitID}")
|
||||
md5sums=('279fed1447d0c37f45f0d4f5873d2e3c'
|
||||
md5sums=('6202c103a47f56a6a7270fafb97cc3ca'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'2fa92af19c8dda3320a92d28a957fcea')
|
||||
|
||||
|
|
|
@ -776,7 +776,7 @@ CONFIG_SATA_PMP=y
|
|||
# Controllers with non-SFF native interface
|
||||
#
|
||||
CONFIG_SATA_AHCI_PLATFORM=y
|
||||
CONFIG_SW_SATA_AHCI_PLATFORM=m
|
||||
CONFIG_SW_SATA_AHCI_PLATFORM=y
|
||||
CONFIG_ATA_SFF=y
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue