diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 12:57:36 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 12:57:36 +0000 |
commit | 87573f9583f900bc82fe435ebbcff8dd72c88205 (patch) | |
tree | 2f9a80173d0873fc7198b0ed4138f4d734555c97 /include | |
parent | 23122cc26eed5dca0dde4814551da2c9395979c4 (diff) | |
download | upstream-87573f9583f900bc82fe435ebbcff8dd72c88205.tar.gz upstream-87573f9583f900bc82fe435ebbcff8dd72c88205.tar.bz2 upstream-87573f9583f900bc82fe435ebbcff8dd72c88205.zip |
[generic]: upgrade 3.12 to 3.12.10
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39581 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index c9717e8fa1..2663b89ad6 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -20,8 +20,8 @@ endif ifeq ($(LINUX_VERSION),3.10.28) LINUX_KERNEL_MD5SUM:=789a39e8a381a60e46fe922cb66d77e2 endif -ifeq ($(LINUX_VERSION),3.12.5) - LINUX_KERNEL_MD5SUM:=5b5330f657f562f7bef6da100a7133b1 +ifeq ($(LINUX_VERSION),3.12.10) + LINUX_KERNEL_MD5SUM:=93325074b7b1d7bb76fb7d4348f0aa7a endif ifeq ($(LINUX_VERSION),3.13.1) LINUX_KERNEL_MD5SUM:=18f528e5632f0096e642c511722630dc |