kernel: update to 3.1.1.
This commit is contained in:
parent
924c9c11b3
commit
96b2d8c9da
2 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Common vars shared by the 'kernel' and 'kernel-libc-headers'
|
||||
# build templates.
|
||||
_kmajorver=3.1
|
||||
version=${_kmajorver}.0
|
||||
wrksrc="linux-${_kmajorver}"
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${_kmajorver}.tar.xz"
|
||||
version=${_kmajorver}.1
|
||||
wrksrc="linux-${version}"
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
checksum=6f220258f3ce9f11d0e53860ccc2d9fe746117056212099876dbe5ee1de80af3
|
||||
checksum=01e0d2b10d1c783457614a107af1c6ba0c684cf0a00b731c4adbf27949a045db
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 3.1.0 Kernel Configuration
|
||||
# Linux/x86_64 3.1.1 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_X86_32 is not set
|
||||
|
@ -3876,7 +3876,7 @@ CONFIG_USB_HIDDEV=y
|
|||
#
|
||||
CONFIG_HID_A4TECH=m
|
||||
CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ACRUX_FF=m
|
||||
CONFIG_HID_ACRUX_FF=y
|
||||
CONFIG_HID_APPLE=m
|
||||
CONFIG_HID_BELKIN=m
|
||||
CONFIG_HID_CHERRY=m
|
||||
|
@ -4008,6 +4008,7 @@ CONFIG_USB_TMC=m
|
|||
CONFIG_USB_STORAGE=m
|
||||
# CONFIG_USB_STORAGE_DEBUG is not set
|
||||
CONFIG_USB_STORAGE_REALTEK=m
|
||||
CONFIG_REALTEK_AUTOPM=y
|
||||
CONFIG_USB_STORAGE_DATAFAB=m
|
||||
CONFIG_USB_STORAGE_FREECOM=m
|
||||
CONFIG_USB_STORAGE_ISD200=m
|
||||
|
|
Loading…
Reference in a new issue