mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-am33x to 3.12.0-3
This commit is contained in:
parent
216ca10998
commit
7891eddf65
2 changed files with 17 additions and 10 deletions
|
@ -4,22 +4,22 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-3.12-rc4
|
||||
_srcname=linux-3.12-rc5
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=3.12.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/testing/${_srcname}.tar.xz"
|
||||
"rcn.patch.gz::http://rcn-ee.net/deb/sid-armhf/v3.12.0-rc4-bone4/patch-3.12-rc4-bone4.diff.gz"
|
||||
"rcn.patch.gz::http://rcn-ee.net/deb/sid-armhf/v3.12.0-rc5-bone6/patch-3.12-rc5-bone6.diff.gz"
|
||||
'config')
|
||||
md5sums=('f7586f9af94d28eb58fd27ca4f8caac5'
|
||||
'7adaed8ecf2665fffae81388c9173e9c'
|
||||
'be2336663cc3b5f74c1309855bb1ba5d')
|
||||
md5sums=('5968c33b887797de596cc34cfdf2f8a9'
|
||||
'0b3e5f661052627779eedd36f87159c4'
|
||||
'92c08deebe16c63f68d41895270adf66')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -69,8 +69,8 @@ _package() {
|
|||
pkgdesc="The Linux Kernel and modules - ${_desc}"
|
||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' 'linux=${pkgver}' 'aufs_friendly')
|
||||
conflicts=('linux-omap' 'linux-imx6' 'linux-armada370')
|
||||
provides=('kernel26' 'linux=${pkgver}')
|
||||
conflicts=('linux-omap' 'linux-imx6' 'linux-armada370' 'linux-am33x-legacy')
|
||||
install=${pkgname}.install
|
||||
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -116,7 +116,7 @@ _package() {
|
|||
_package-headers() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
||||
provides=('linux-headers=${pkgver}')
|
||||
conflicts=('linux-headers-omap' 'linux-headers-imx6')
|
||||
conflicts=('linux-headers-omap' 'linux-headers-imx6' 'linux-headers-am33x-legacy')
|
||||
|
||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||
|
||||
|
|
|
@ -1854,6 +1854,7 @@ CONFIG_ATH9K_HTC=m
|
|||
CONFIG_CARL9170=m
|
||||
CONFIG_CARL9170_LEDS=y
|
||||
CONFIG_CARL9170_WPC=y
|
||||
# CONFIG_CARL9170_HWRNG is not set
|
||||
CONFIG_ATH6KL=m
|
||||
CONFIG_ATH6KL_SDIO=m
|
||||
CONFIG_ATH6KL_USB=m
|
||||
|
@ -1869,6 +1870,7 @@ CONFIG_B43_PIO=y
|
|||
CONFIG_B43_PHY_N=y
|
||||
CONFIG_B43_PHY_LP=y
|
||||
CONFIG_B43_LEDS=y
|
||||
CONFIG_B43_HWRNG=y
|
||||
# CONFIG_B43_DEBUG is not set
|
||||
# CONFIG_B43LEGACY is not set
|
||||
CONFIG_BRCMUTIL=m
|
||||
|
@ -2153,7 +2155,12 @@ CONFIG_HVC_DRIVER=y
|
|||
# CONFIG_HVC_DCC is not set
|
||||
CONFIG_VIRTIO_CONSOLE=m
|
||||
# CONFIG_IPMI_HANDLER is not set
|
||||
# CONFIG_HW_RANDOM is not set
|
||||
CONFIG_HW_RANDOM=y
|
||||
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
|
||||
# CONFIG_HW_RANDOM_ATMEL is not set
|
||||
CONFIG_HW_RANDOM_OMAP=y
|
||||
# CONFIG_HW_RANDOM_VIRTIO is not set
|
||||
# CONFIG_HW_RANDOM_EXYNOS is not set
|
||||
# CONFIG_R3964 is not set
|
||||
CONFIG_RAW_DRIVER=m
|
||||
CONFIG_MAX_RAW_DEVS=256
|
||||
|
|
Loading…
Reference in a new issue