mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Merge pull request #673 from debio264/master
core/linux-armv7: add Trimslice ethernet driver
This commit is contained in:
commit
61971fefbd
2 changed files with 7 additions and 4 deletions
|
@ -8,7 +8,7 @@ _srcname=linux-3.12
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=3.12.6
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
rcnrel=armv7-x11
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -32,7 +32,7 @@ md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
|
|||
'02cce6b8f88c4392f552b14d0bf2e71c'
|
||||
'8eb20ef02a6e25da0604848e3ed8f139'
|
||||
'911bffe9c261ca5b91dd0a083d99e81f'
|
||||
'e6248916d0842b54304ab4a089357673')
|
||||
'2f669642b40e3db041e4ec281c2c621e')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.6-1 Kernel Configuration
|
||||
# Linux/arm 3.12.6-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -2032,7 +2032,10 @@ CONFIG_KS8851=m
|
|||
# CONFIG_ETHOC is not set
|
||||
# CONFIG_NET_PACKET_ENGINE is not set
|
||||
# CONFIG_NET_VENDOR_QLOGIC is not set
|
||||
# CONFIG_NET_VENDOR_REALTEK is not set
|
||||
CONFIG_NET_VENDOR_REALTEK=y
|
||||
# CONFIG_8139CP is not set
|
||||
# CONFIG_8139TOO is not set
|
||||
CONFIG_R8169=m
|
||||
# CONFIG_SH_ETH is not set
|
||||
# CONFIG_NET_VENDOR_RDC is not set
|
||||
# CONFIG_NET_VENDOR_SEEQ is not set
|
||||
|
|
Loading…
Reference in a new issue