kernel-snapshot: update to 3.5.0-rc7.
This commit is contained in:
parent
34fb311735
commit
18d690daaa
3 changed files with 6 additions and 6 deletions
|
@ -5313,7 +5313,7 @@ CONFIG_AFS_FS=m
|
|||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_9P_FS=m
|
||||
CONFIG_9P_FSCACHE=y
|
||||
# CONFIG_9P_FS_POSIX_ACL is not set
|
||||
CONFIG_9P_FS_POSIX_ACL=y
|
||||
CONFIG_NLS=y
|
||||
CONFIG_NLS_DEFAULT="utf8"
|
||||
CONFIG_NLS_CODEPAGE_437=m
|
||||
|
|
|
@ -5295,9 +5295,9 @@ CONFIG_AFS_FS=m
|
|||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_9P_FS=m
|
||||
CONFIG_9P_FSCACHE=y
|
||||
# CONFIG_9P_FS_POSIX_ACL is not set
|
||||
CONFIG_9P_FS_POSIX_ACL=y
|
||||
CONFIG_NLS=y
|
||||
CONFIG_NLS_DEFAULT="iso8859-1"
|
||||
CONFIG_NLS_DEFAULT="utf8"
|
||||
CONFIG_NLS_CODEPAGE_437=m
|
||||
CONFIG_NLS_CODEPAGE_737=m
|
||||
CONFIG_NLS_CODEPAGE_775=m
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
#
|
||||
_kmajor=3.5
|
||||
_kminor=0
|
||||
_kpatch=rc6
|
||||
_kpatch=rc7
|
||||
|
||||
pkgname=kernel-snapshot
|
||||
version=${_kmajor}.${_kminor}${_kpatch}
|
||||
revision=8
|
||||
revision=1
|
||||
wrksrc="linux-${_kmajor}-${_kpatch}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
|
@ -23,7 +23,7 @@ long_desc="
|
|||
This package provides the linux kernel image and associated modules
|
||||
for the testing kernel (future stable releases)."
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.0/testing/linux-${_kmajor}-${_kpatch}.tar.xz"
|
||||
checksum=d9b53cdc62061eed3816f13f337211158e22e141613d593e01e670593886d08c
|
||||
checksum=01ac40adb20751fb4c5871057d034906ee2e63a71e4e30c00e5f2a8241cb4c0c
|
||||
|
||||
_kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"
|
||||
kernel_hooks_version="${_kernver}"
|
||||
|
|
Loading…
Reference in a new issue