Merge pull request #2810 from pershoot/staging

linux: update to linux-3.12.5
This commit is contained in:
Stefan Saraev 2013-12-13 01:01:27 -08:00
commit d8a9d54f3d
46 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
PKG_NAME="linux"
case "$LINUX" in
*)
PKG_VERSION="3.12.4"
PKG_VERSION="3.12.5"
;;
esac
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"