diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-20 17:31:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-20 17:31:11 +0000 |
commit | a7911af6eff273183bb185db935b01030fd04882 (patch) | |
tree | 0a0f727d8e2b8cea1ea4283808d0d8c5dd5c66fb /include/kernel-version.mk | |
parent | fefd51407f9623fc7b235abe6a7856a9ddcda358 (diff) | |
download | upstream-a7911af6eff273183bb185db935b01030fd04882.tar.gz upstream-a7911af6eff273183bb185db935b01030fd04882.tar.bz2 upstream-a7911af6eff273183bb185db935b01030fd04882.zip |
kernel: update to 3.10.49
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-version.mk')
-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 c40aacb84a..08a4c6ddd9 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -14,8 +14,8 @@ endif ifeq ($(LINUX_VERSION),3.9.11) LINUX_KERNEL_MD5SUM:=edbf88eb7f7d34dbd5d3887726790755 endif -ifeq ($(LINUX_VERSION),3.10.44) - LINUX_KERNEL_MD5SUM:=8a4006eff3bbd8aff58fe4b443223e7a +ifeq ($(LINUX_VERSION),3.10.49) + LINUX_KERNEL_MD5SUM:=9774e12764e740d49c80eda77d0ef3eb endif ifeq ($(LINUX_VERSION),3.13.7) LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f |