mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Merge pull request #672 from jquagga/for_pull
Update linux-chromebook to 2014-01-14 snapshot.
This commit is contained in:
commit
86c8564def
2 changed files with 6 additions and 5 deletions
|
@ -6,23 +6,23 @@ buildarch=4
|
||||||
|
|
||||||
pkgbase=linux-chromebook
|
pkgbase=linux-chromebook
|
||||||
pkgname=('linux-chromebook' 'linux-headers-chromebook')
|
pkgname=('linux-chromebook' 'linux-headers-chromebook')
|
||||||
pkgver=20131105
|
pkgver=20140114
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
pkgdesc="ChromiumOS kernel with ArchLinux ARM tweaks"
|
pkgdesc="ChromiumOS kernel with ArchLinux ARM tweaks"
|
||||||
_basever=3.4
|
_basever=3.4
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.4"
|
url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.4"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'dtc' 'inetutils' 'kmod')
|
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'dtc' 'inetutils' 'kmod')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
_commit=90b982ed9d47345a8f0ed57ce2a28b942188db6d
|
_commit=135148b515275c24d691f10ba74c0c5b8d56af63
|
||||||
source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archive/${_commit}.tar.gz"
|
source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archive/${_commit}.tar.gz"
|
||||||
'config'
|
'config'
|
||||||
'kernel.its')
|
'kernel.its')
|
||||||
noextract=("${_commit}.tar.gz")
|
noextract=("${_commit}.tar.gz")
|
||||||
md5sums=('06e5510c460e2c06faec58391daafccb'
|
md5sums=('562109af06436dda8689186466e7c255'
|
||||||
'0980a01f67de4a6b8bee3f853c0fd63f'
|
'41c3689aef8534a7f6c16ee24ba5ec60'
|
||||||
'56f8343875b928b6aa4e83921e5df25f')
|
'56f8343875b928b6aa4e83921e5df25f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -1422,6 +1422,7 @@ CONFIG_USB_PEGASUS=m
|
||||||
CONFIG_USB_RTL8150=m
|
CONFIG_USB_RTL8150=m
|
||||||
CONFIG_USB_USBNET=m
|
CONFIG_USB_USBNET=m
|
||||||
CONFIG_USB_NET_AX8817X=m
|
CONFIG_USB_NET_AX8817X=m
|
||||||
|
CONFIG_USB_NET_AX88179_178A=m
|
||||||
CONFIG_USB_NET_CDCETHER=m
|
CONFIG_USB_NET_CDCETHER=m
|
||||||
# CONFIG_USB_NET_CDC_EEM is not set
|
# CONFIG_USB_NET_CDC_EEM is not set
|
||||||
CONFIG_USB_NET_CDC_NCM=m
|
CONFIG_USB_NET_CDC_NCM=m
|
||||||
|
|
Loading…
Reference in a new issue