mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Update linux-kirkwood-dt to 3.9-rc2
This commit is contained in:
parent
4fb04a2b73
commit
3d9f32ae92
3 changed files with 5 additions and 4 deletions
|
@ -7,9 +7,9 @@ pkgbase=linux-kirkwood-dt
|
||||||
pkgname=('linux-kirkwood-dt' 'linux-headers-kirkwood-dt')
|
pkgname=('linux-kirkwood-dt' 'linux-headers-kirkwood-dt')
|
||||||
#pkgname=linux-test # Build kernel with a different name
|
#pkgname=linux-test # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.9_rc1
|
_basekernel=3.9_rc2
|
||||||
pkgver=${_basekernel}
|
pkgver=${_basekernel}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
cryptover=1.5
|
cryptover=1.5
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -36,7 +36,7 @@ md5sums=('f5d3635da03cb45904bedd69b47133de'
|
||||||
|
|
||||||
__gitroot="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
|
__gitroot="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
|
||||||
__gitname="linux"
|
__gitname="linux"
|
||||||
__gitbranch="v3.9-rc1"
|
__gitbranch="v3.9-rc2"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
|
@ -1737,6 +1737,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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-kirkwood-dt
|
KERNEL_NAME=-kirkwood-dt
|
||||||
KERNEL_VERSION=3.9.0-2-ARCH+
|
KERNEL_VERSION=3.9.0-1-ARCH+
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue