Merge pull request #2770 from pershoot/staging

linux: update to linux-3.12.1
This commit is contained in:
Stefan Saraev 2013-11-23 03:30:23 -08:00
commit 2374471660
38 changed files with 1 additions and 1 deletions

View File

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