linux: revert previous commit from Jan and switch it back to 3.14...
This commit is contained in:
parent
b14f6fdda7
commit
1d2e706a83
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux
|
pkgname=linux
|
||||||
version=3.10
|
version=3.14
|
||||||
revision=2
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
@ -10,9 +10,9 @@ license="Public domain"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
makedepends="linux3.10 linux-firmware dracut"
|
makedepends="linux3.14 linux-firmware dracut"
|
||||||
depends="linux3.10"
|
depends="linux3.14"
|
||||||
_depends_headers="linux3.10-headers"
|
_depends_headers="linux3.14-headers"
|
||||||
;;
|
;;
|
||||||
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue