linux: switch to 3.17 to make sure we have the getrandom syscall support.
This commit is contained in:
parent
bb56e2937b
commit
14eac4987a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux
|
pkgname=linux
|
||||||
version=3.14
|
version=3.17
|
||||||
revision=3
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
short_desc="Linux kernel meta package"
|
short_desc="Linux kernel meta package"
|
||||||
|
@ -11,8 +11,8 @@ only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
depends="linux3.14 linux-firmware-amd linux-firmware-network dracut"
|
depends="linux3.17 linux-firmware-amd linux-firmware-network dracut"
|
||||||
_depends_headers="linux3.14-headers"
|
_depends_headers="linux3.17-headers"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue